Resources

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

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 505 of file SCOLResources.cpp.

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 55 of file SCOLResources.cpp.

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 121 of file SCOLResources.cpp.

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 195 of file SCOLResources.cpp.

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 340 of file SCOLResources.cpp.

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 284 of file SCOLResources.cpp.

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 435 of file SCOLResources.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Mon Oct 31 14:42:34 2011 for SO3Engine by  doxygen 1.6.3