Project

General

Profile

SO3Engine
SCOLResources.cpp File Reference

Go to the source code of this file.

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
 
int SCOLloadResources (mmachine m, cbmachine w)
 Load the SO3Engine Resources function.
 
int SCOLfreeResources ()
 free the SO3Engine Viewport function
 

Variables

NativeDefinition natSO3Res []
 

Function Documentation

◆ SCOLfreeResources()

int SCOLfreeResources ( )

free the SO3Engine Viewport function

Parameters
m: The VM

Definition at line 636 of file SCOLResources.cpp.

◆ SCOLloadResources()

int SCOLloadResources ( mmachine  m,
cbmachine  w 
)

Load the SO3Engine Resources function.

Parameters
m: The VM
w: The Callback VM

Definition at line 626 of file SCOLResources.cpp.

Variable Documentation

◆ natSO3Res

NativeDefinition natSO3Res[]
Initial value:
= {
{ "SO3GroupCreate", 2, "fun [SO3_SCENE S] I", SO3GroupCreate },
{ "SO3GroupDelete", 2, "fun [SO3_SCENE S] I", SO3GroupDelete },
{ "SO3GroupReload", 2, "fun [SO3_SCENE S] I", SO3GroupReload },
{ "SO3GroupList", 1, "fun [SO3_SCENE] [S r1]", SO3GroupList },
{ "SO3AddResourceLocationURL", 2, "fun [S S] I", SO3AddResourceLocationURL },
{ "SO3AddResourceLocationZIP", 2, "fun [S P] I", SO3AddResourceLocationZIP },
{ "SO3AddResourceLocationDirectory", 2, "fun [S S] I", SO3AddResourceLocationDirectory }
}
int SO3GroupCreate(mmachine m)
SO3GroupCreate : Create a new 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
int SO3AddResourceLocationURL(mmachine m)
Main include.
int SO3GroupList(mmachine m)
SO3GroupList : Return a list of declared group.
int SO3AddResourceLocationZIP(mmachine m)
SO3AddResourceLocationZIP : Add resource zip in Ogre resource manager Deprecated
int SO3GroupDelete(mmachine m)
SO3GroupDelete : Delete a resource group.

Definition at line 610 of file SCOLResources.cpp.