![]() |
CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
Inherits CRM64Pro::ManagerBase.
Public Member Functions | |
| Sint32 | info (Sint32 iMode=0) |
| Request Log Manager information. | |
| Sint32 | create (const string &sName, Uint32 iUnused=0) |
| Creates a new log. | |
| Sint32 | close (Sint32 idLog) |
| Close and destroy a log. | |
| Sint32 | getNum () |
| Get number of loaded objects. | |
| Sint32 | setName (Sint32 idLog, const string &sName) |
| Change the object name. | |
| Log * | get (Sint32 idLog=0) |
| Get a pointer to the log using its handler. | |
Log Manager class.