Beispiel #1
0
 public static bool LuaIsString(LuaState luaState, int index)
 {
     return(LuaCore.LuaIsString(luaState, index) != 0);
 }