|
SO3Engine
|
Go to the source code of this file.
Functions | |
| int | destroyLogs (mmachine m, SCOL_PTR_TYPE handle, int obj) |
| function to destroy an SO3_LOGS in scol | |
| int | getLogCallback (mmachine m, SCOL_PTR_TYPE id, SCOL_PTR_TYPE param) |
| C function that prepares the VM for the execution of the Scene Log event callback. | |
| int | SO3CbLogs (mmachine m) |
| SO3CbLogs : Define the callback scol had to be called when there is a log event. | |
| int | SCOLloadLogs (mmachine m, cbmachine w) |
| Load the SO3Engine Logs function. | |
| int | SCOLfreeLogs () |
| free the SO3Engine Logs function | |
Variables | |
| int | SO3LOGS |
| main include | |
| int | SO3_LOGS_MSG |
| ScolLogEventsListener * | scolLogEventsListener = 0 |
| NativeDefinition | natSO3Log [] |
| int destroyLogs | ( | mmachine | m, |
| SCOL_PTR_TYPE | handle, | ||
| int | obj | ||
| ) |
function to destroy an SO3_LOGS in scol
| m | : current machine |
| handle | : given handle |
| obj | : given SO3_LOGS |
Definition at line 87 of file SCOLLog.cpp.
| int getLogCallback | ( | mmachine | m, |
| SCOL_PTR_TYPE | id, | ||
| SCOL_PTR_TYPE | param | ||
| ) |
C function that prepares the VM for the execution of the Scene Log event callback.
| m | : current machine |
| h | : main scol window |
| msg | : message |
| id | : pointer of the obj |
| param | : data pointer |
| ret | : user parameter |
Definition at line 110 of file SCOLLog.cpp.
| int SCOLfreeLogs | ( | ) |
| int SCOLloadLogs | ( | mmachine | m, |
| cbmachine | w | ||
| ) |
Load the SO3Engine Logs function.
| m | : The VM |
| w | : The Callback VM |
Definition at line 232 of file SCOLLog.cpp.
| NativeDefinition natSO3Log[] |
Definition at line 221 of file SCOLLog.cpp.
| ScolLogEventsListener* scolLogEventsListener = 0 |
Global instance.
Definition at line 76 of file SCOLLog.cpp.
| int SO3_LOGS_MSG |
Definition at line 44 of file SCOLLog.cpp.
| int SO3LOGS |
main include
Definition at line 43 of file SCOLLog.cpp.