#include <DGLE.h>
Public Member Functions | |
virtual DGLE_RESULT DGLE_API | Initialize ()=0 |
virtual DGLE_RESULT DGLE_API | Free ()=0 |
virtual DGLE_RESULT DGLE_API | Update (uint uiDeltaTime)=0 |
virtual DGLE_RESULT DGLE_API | Render ()=0 |
virtual DGLE_RESULT DGLE_API | OnEvent (E_EVENT_TYPE eEventType, IBaseEvent *pEvent)=0 |
![]() | |
virtual DGLE_RESULT DGLE_API | GetGUID (GUID &guid)=0 |
Returns unique identifier of the last interface in the inheritance chain. | |
virtual DGLE_RESULT DGLE_API | ExecuteCommand (uint uiCmd, TVariant &stVar)=0 |
Executes some command using its index or bitmask. | |
virtual DGLE_RESULT DGLE_API | ExecuteTextCommand (const char *pcCommand, TVariant &stVar)=0 |
Executes some text command and returns result as variant. | |
virtual DGLE_RESULT DGLE_API | ExecuteTextCommandEx (const char *pcCommand, char *pcResult, uint &uiCharsCount)=0 |
Executes some text command and returns result as string. | |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |