CStats:GetStatsPtr
The GetStatsPtr method returns the Mira C++ statistics object wrapped by the Lua CStats class.
pointer = CStats:GetStatsPtr() |
On success, this method returns a pointer to a C++ class.
On failure, this method returns nil.
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.