Prog
This commit is contained in:
@@ -74,14 +74,6 @@ errorret_t scriptContextExec(scriptcontext_t *context, const char_t *script);
|
||||
*/
|
||||
errorret_t scriptContextExecFile(scriptcontext_t *ctx, const char_t *fname);
|
||||
|
||||
/**
|
||||
* Overridden print function for Lua scripts to output to debug.
|
||||
*
|
||||
* @param L The Lua state.
|
||||
* @return The number of return values.
|
||||
*/
|
||||
int32_t scriptContextPrint(lua_State *L);
|
||||
|
||||
/**
|
||||
* Dispose of a script context.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user