예제 #1
0
 public static bool LuaIsCFunction(LuaState luaState, int index)
 {
     return(LuaCore.LuaIsCFunction(luaState, index));
 }