Beispiel #1
0
 public static bool GetBool(this IntPtr L, int index)
 {
     return(XLLuaRuntime.lua_toboolean(L, index));
 }