CStats:GetErrMsg

CStats:GetStatsPtr


The GetStatsPtr method returns the Mira C++ statistics object wrapped by the Lua CStats class.

Syntax

pointer = CStats:GetStatsPtr()

    On success, this method returns a pointer to a C++ class.

    On failure, this method returns nil.

Remarks

This method returns the Mira C++ object wrapped by the script class. This provides direct access to the class in case it is needed by other script classes.

Related Topics

CStats