示例#1
0
 public static bool IsNumber(LuaStatePtr l, int idx)
 {
     return(LuaDelegates.lua_isnumber(l, idx) == 1);
 }