◆ getTime()
unsigned long hpl::LowLevelSystem::getTime |
( |
| ) |
|
Remark: Usually not finer then 10ms accuracy.
- Returns
- Number of millisecs since start of app.
◆ getDate()
cDate hpl::LowLevelSystem::getDate |
( |
| ) |
|
◆ createScript()
Creates a ne script
- Parameters
-
- Returns
◆ addScriptFunc()
bool hpl::LowLevelSystem::addScriptFunc |
( |
const tString & |
funcDecl, |
|
|
asGENFUNC_t |
func, |
|
|
int |
callConv |
|
) |
| |
Add a function to the script vm. Example: "void test(float x)"
- Parameters
-
- Returns
◆ addScriptVar()
bool hpl::LowLevelSystem::addScriptVar |
( |
const tString & |
varDecl, |
|
|
void * |
var |
|
) |
| |
Add a variable to the script vm. Example: "int MyVar"
- Parameters
-
varDecl | the declartion |
*pVar | the variable |
- Returns
◆ sleep()
void hpl::LowLevelSystem::sleep |
( |
const unsigned int |
millisecs | ) |
|
Sets the main thread to rest for a number of milliseconds.
- Parameters
-
The documentation for this class was generated from the following file: