コード例 #1
0
 public static bool IsString(LuaStatePtr l, int idx)
 {
     return(LuaDelegates.lua_isstring(l, idx) == 1);
 }