Exemplo n.º 1
0
 public static bool IsCFunction(LuaStatePtr l, int idx)
 {
     return(LuaDelegates.lua_iscfunction(l, idx) == 1);
 }