pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
LuaException
pixelperfectengine
scripting
lua
Thrown on errors encountered during Lua script execution.
public
class
LuaException :
PPEException
{
public
int
errorCode
;
this
(int errorCode, string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(int errorCode, string msg, string file, size_t line, Throwable nextInChain)
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Members
Variables
errorCode
int
errorCode
;
Undocumented in source.
Meta
Source
See Implementation
pixelperfectengine
scripting
lua
aliases
LuaTable
classes
LuaException
LuaScript
enums
LuaVarType
functions
callLuaFunc
initLua
luaAllocator
luaGetFromIndex
registerDDelegate
registerDFunction
static variables
lastLuaToDException
structs
LuaVar
Thrown on errors encountered during Lua script execution.