public static bool lua_isstring(LuaState state, int index) { return(LuaNativeBinding.lua_isstring(state, index) == 0 ? false : true); }