Exemple #1
0
 public static bool IsLuaFunction(this IntPtr L, int index)
 {
     return(XLLuaRuntime.lua_type(L, index) == (int)LuaTypes.LUA_TFUNCTION);
 }