AddVertex(const float _x, const float _y, const float _z, const char _r, const char _g, const char _b, const int _size) | K3dVM | [private] |
ButtonIsPressed(const int _iButtonId) | K3dVM | [private] |
CheckKeyboardKey(const char *_strKey) | K3dVM | [private] |
Engine_Delete() | K3dVM | |
Engine_Init() | K3dVM | |
Engine_Update() | K3dVM | |
Exit() | K3dVM | [private] |
GetAimRay() | K3dVM | [private] |
GetCamDir(const int _iId, K3dVector3 &_rkCamDir) | K3dVM | [private] |
GetCamPos(const int _iId, K3dVector3 &_rkCamPos) | K3dVM | [private] |
GetDistance(const int _iObjId0, const int _iObjId1, const int _iObjType0, const int _iObjType1) | K3dVM | [private] |
GetGuiObject(const char *_strObjName, const int _iObjType) | K3dVM | [private] |
GetIntersection(const int _iObjId0, const int _iObjId1, const int _iObjType0, const int _iObjType1, K3dVector3 &_rkInrPoint) | K3dVM | [private] |
GetIntersection(const int _iObjId0, const int _iObjId1, const int _iObjType0, const int _iObjType1) | K3dVM | [private] |
GetLua() | K3dVM | [inline] |
GetObject(const char *_strObjName, const int _iObjType) | K3dVM | [private] |
GetRayOrigDir(const int _iRayId) | K3dVM | [private] |
GetSpherePos(const int _iId, K3dVector3 &_rkPos) | K3dVM | [private] |
Hide(const int _iObjId, const int _iObjType, const bool _bHide) | K3dVM | [private] |
HideGui(const int _iObjId, const int _iObjType) | K3dVM | [private] |
IncludeScript(const char *_strFileName) | K3dVM | [private] |
IsMouseLeft() | K3dVM | [private] |
IsMouseLeftUp() | K3dVM | [private] |
IsMouseRight() | K3dVM | [private] |
IsMouseRightUp() | K3dVM | [private] |
K3d_AddVertex(lua_State *_pState) | K3dVM | [private, static] |
K3d_ButtonIsPressed(lua_State *_pState) | K3dVM | [private, static] |
K3d_CheckKeyboardKey(lua_State *_pState) | K3dVM | [private, static] |
K3d_Exit(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetAimRay(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetCamDir(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetCamPos(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetDistance(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetGuiObject(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetIntersection(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetObject(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetRayOrigDir(lua_State *_pState) | K3dVM | [private, static] |
K3d_GetSpherePos(lua_State *_pState) | K3dVM | [private, static] |
K3d_Hide(lua_State *_pState) | K3dVM | [private, static] |
K3d_HideGui(lua_State *_pState) | K3dVM | [private, static] |
K3d_IncludeScript(lua_State *_pState) | K3dVM | [private, static] |
K3d_IsMouseLeft(lua_State *_pState) | K3dVM | [private, static] |
K3d_IsMouseLeftUp(lua_State *_pState) | K3dVM | [private, static] |
K3d_IsMouseRight(lua_State *_pState) | K3dVM | [private, static] |
K3d_IsMouseRightUp(lua_State *_pState) | K3dVM | [private, static] |
K3d_Link(lua_State *_pState) | K3dVM | [private, static] |
K3d_LoadMap(lua_State *_pState) | K3dVM | [private, static] |
K3d_LoadMapFromListBox(lua_State *_pState) | K3dVM | [private, static] |
K3d_LoadNewScript(lua_State *_pState) | K3dVM | [private, static] |
K3d_MoveByMouse(lua_State *_pState) | K3dVM | [private, static] |
K3d_Print(lua_State *_pState) | K3dVM | [private, static] |
K3d_PrintValue(lua_State *_pState) | K3dVM | [private, static] |
K3d_SetColor(lua_State *_pState) | K3dVM | [private, static] |
K3d_SetLine(lua_State *_pState) | K3dVM | [private, static] |
K3d_SetRay(lua_State *_pState) | K3dVM | [private, static] |
K3d_SetVertexPos(lua_State *_pState) | K3dVM | [private, static] |
K3d_ShowFileListBox(lua_State *_pState) | K3dVM | [private, static] |
K3d_ShowGui(lua_State *_pState) | K3dVM | [private, static] |
K3d_Wait(lua_State *_pState) | K3dVM | [private, static] |
K3dVM(K3dGameData *_pGameData, K3dScene *_pScene) | K3dVM | |
K3dVM() | K3dVM | [inline] |
Link(const int _iObjId0, const int _iObjId1, const int _iObjType0, const int _iObjType1) | K3dVM | [private] |
LoadMap(K3dString &_strFilename) | K3dVM | [private] |
LoadMapFromListBox(const int _iListBoxId, const char *_strPath) | K3dVM | [private] |
LoadNewScript(const char *_strFileName) | K3dVM | [private] |
LoadScript(K3dString _strFilename) | K3dVM | |
MoveByMouse(const int _iSphereId) | K3dVM | [private] |
ms_pCameraBuild | K3dVM | [private, static] |
ms_pGameData | K3dVM | [private, static] |
ms_pLua | K3dVM | [private, static] |
ms_pObject | K3dVM | [private, static] |
ms_pScene | K3dVM | [private, static] |
Print(const char *_str) | K3dVM | [private] |
PrintValue(const char *_strComment, const float _fValue) | K3dVM | [private] |
RegisterFunctions() | K3dVM | |
SetColor(const int _iObjId, const int _iObjType, const char _r, const char _g, const char _b) | K3dVM | [private] |
SetLine(const int _iLineId, const float _origx, const float _origy, const float _origz, const float _dirx, const float _diry, const float _dirz) | K3dVM | [private] |
SetRay(const int _iRayId, const float _origx, const float _origy, const float _origz, const float _dirx, const float _diry, const float _dirz) | K3dVM | [private] |
SetVertexPos(const int _iVertexId, const float _x, const float _y, const float _z) | K3dVM | [private] |
ShowFileListBox(const int _iListModel, const char *_strPath) | K3dVM | [private] |
ShowGui(const int _iObjId, const int _iObjType) | K3dVM | [private] |
Wait(const int _iMsec) | K3dVM | [private] |
~K3dVM() | K3dVM | |