|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
CGeScript Class Reference#include <geSCRIPT.h>
Collaboration diagram for CGeScript:
[legend]List of all members.
Detailed Description
Definition at line 19 of file geSCRIPT.h.
Constructor & Destructor Documentation
| CGeScript::CGeScript |
( |
void |
|
) |
|
| CGeScript::~CGeScript |
( |
void |
|
) |
|
Member Function Documentation
| void CGeScript::init |
( |
void |
|
) |
|
initialize this is null function.
| void CGeScript::runfile |
( |
char * |
filename |
) |
|
| Script* CGeScript::runscript |
( |
unsigned char * |
pmem, |
|
|
unsigned long |
lsize, |
|
|
const char * |
szTag = 0x00 | |
|
) |
| | |
| Script* CGeScript::runaddscript |
( |
unsigned char * |
pmem, |
|
|
unsigned long |
lsize | |
|
) |
| | |
| void CGeScript::update |
( |
float |
fTime |
) |
|
| void CGeScript::updateScript |
( |
float |
fTime |
) |
|
| void CGeScript::render |
( |
void |
|
) |
|
| void CGeScript::shut |
( |
void |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|