MCPcopy Create free account
hub / github.com/Tencent/xLua / xlua_tointeger

Function xlua_tointeger

WebGLPlugins/xlua.c:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192LUA_API int xlua_tointeger (lua_State *L, int idx) {
193 return (int)lua_tointeger(L, idx);
194}
195
196LUA_API void xlua_pushinteger (lua_State *L, int n) {
197 lua_pushinteger(L, n);

Callers 2

gen_css_accessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected