|
SO3Engine
|
Functions | |
| int | SO3AddResourceLocationURL (mmachine m) |
| Main include. | |
| int | SO3AddResourceLocationZIP (mmachine m) |
| SO3AddResourceLocationZIP : Add resource zip in Ogre resource manager Deprecated | |
| int | SO3GroupCreate (mmachine m) |
| SO3GroupCreate : Create a new resource group. | |
| int | SO3GroupList (mmachine m) |
| SO3GroupList : Return a list of declared group. | |
| int | SO3GroupDelete (mmachine m) |
| SO3GroupDelete : Delete a resource group. | |
| int | SO3GroupReload (mmachine m) |
| SO3GroupReload : Reload a resource group. | |
| int | SO3AddResourceLocationDirectory (mmachine m) |
| SO3AddResourceLocationDirectory :This function add resource location directory in a group Deprecated | |
Scol functions definition
| int SO3AddResourceLocationDirectory | ( | mmachine | m | ) |
SO3AddResourceLocationDirectory :This function add resource location directory in a group
Deprecated
Prototype: fun [S S] I
| S | : group name |
| S | : path |
Definition at line 545 of file SCOLResources.cpp.
| int SO3AddResourceLocationURL | ( | mmachine | m | ) |
Main include.
SO3AddResourceLocationURL : Add resource url in Ogre resource manager
Deprecated
Prototype: fun [S P] I
| S | : group name |
| S | : Url |
Definition at line 52 of file SCOLResources.cpp.
| int SO3AddResourceLocationZIP | ( | mmachine | m | ) |
SO3AddResourceLocationZIP : Add resource zip in Ogre resource manager
Deprecated
Prototype: fun [S S] I
| S | : group name |
| P | : path location |
Definition at line 117 of file SCOLResources.cpp.
| int SO3GroupCreate | ( | mmachine | m | ) |
SO3GroupCreate : Create a new resource group.
Prototype: fun [SO3_SCENE S] I
| SO3_SCENE | : scene |
| S | : group name |
SCOL Partition Manipulation Warning : Setting the AddResource with booleen to false
Definition at line 181 of file SCOLResources.cpp.
| int SO3GroupDelete | ( | mmachine | m | ) |
SO3GroupDelete : Delete a resource group.
Prototype: fun [SO3_SCENE S] I
| SO3_SCENE | : scene |
| S | : group name |
Definition at line 346 of file SCOLResources.cpp.
| int SO3GroupList | ( | mmachine | m | ) |
SO3GroupList : Return a list of declared group.
Prototype: fun [SO3_SCENE] [S r1]
| SO3_SCENE | : scene |
Definition at line 286 of file SCOLResources.cpp.
| int SO3GroupReload | ( | mmachine | m | ) |
SO3GroupReload : Reload a resource group.
Prototype: fun [SO3_SCENE S] I
| SO3_SCENE | : scene |
| S | : group name |
Definition at line 474 of file SCOLResources.cpp.