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 | |
Detailed Description
Scol functions definition
Function Documentation
◆ SO3AddResourceLocationDirectory()
int SO3AddResourceLocationDirectory | ( | mmachine | m | ) |
SO3AddResourceLocationDirectory :This function add resource location directory in a group
Deprecated
Prototype: fun [S S] I
- Parameters
-
S : group name S : path
- Returns
- I : 1 if success, NIL otherwise
Definition at line 545 of file SCOLResources.cpp.
◆ SO3AddResourceLocationURL()
int SO3AddResourceLocationURL | ( | mmachine | m | ) |
Main include.
SO3AddResourceLocationURL : Add resource url in Ogre resource manager
Deprecated
Prototype: fun [S P] I
- Parameters
-
S : group name S : Url
- Returns
- I : 1 if success, NIL otherwise
Definition at line 52 of file SCOLResources.cpp.
◆ SO3AddResourceLocationZIP()
int SO3AddResourceLocationZIP | ( | mmachine | m | ) |
SO3AddResourceLocationZIP : Add resource zip in Ogre resource manager
Deprecated
Prototype: fun [S S] I
- Parameters
-
S : group name P : path location
- Returns
- I : 1 if success, NIL otherwise
Definition at line 117 of file SCOLResources.cpp.
◆ SO3GroupCreate()
int SO3GroupCreate | ( | mmachine | m | ) |
SO3GroupCreate : Create a new resource group.
Prototype: fun [SO3_SCENE S] I
- Parameters
-
SO3_SCENE : scene S : group name
- Returns
- I : 1 if success, NIL otherwise
SCOL Partition Manipulation Warning : Setting the AddResource with booleen to false
Definition at line 181 of file SCOLResources.cpp.
◆ SO3GroupDelete()
int SO3GroupDelete | ( | mmachine | m | ) |
SO3GroupDelete : Delete a resource group.
Prototype: fun [SO3_SCENE S] I
- Parameters
-
SO3_SCENE : scene S : group name
- Returns
- I : 1 if success, NIL otherwise
Definition at line 346 of file SCOLResources.cpp.
◆ SO3GroupList()
int SO3GroupList | ( | mmachine | m | ) |
SO3GroupList : Return a list of declared group.
Prototype: fun [SO3_SCENE] [S r1]
- Parameters
-
SO3_SCENE : scene
- Returns
- [S r1] : groups list if success, NIL otherwise
Definition at line 286 of file SCOLResources.cpp.
◆ SO3GroupReload()
int SO3GroupReload | ( | mmachine | m | ) |
SO3GroupReload : Reload a resource group.
Prototype: fun [SO3_SCENE S] I
- Parameters
-
SO3_SCENE : scene S : group name
- Returns
- I : 1 if success, NIL otherwise
Definition at line 474 of file SCOLResources.cpp.
Generated by 1.9.8