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