PyGL
This commit is contained in:
@@ -30,7 +30,15 @@ errorret_t scriptManagerInit();
|
||||
* @param script The script to execute.
|
||||
* @return The error return value.
|
||||
*/
|
||||
errorret_t scriptManagerExec(const char_t *script);
|
||||
errorret_t scriptManagerExecString(const char_t *script);
|
||||
|
||||
/**
|
||||
* Execute a Lua script from a file.
|
||||
*
|
||||
* @param filename The filename of the script to execute.
|
||||
* @return The error return value.
|
||||
*/
|
||||
errorret_t scriptManagerExecFile(const char_t *filename);
|
||||
|
||||
/**
|
||||
* Dispose of the script manager.
|
||||
|
||||
Reference in New Issue
Block a user