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

Function xlua_tocsobj_fast

WebGLPlugins/xlua.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62LUA_API int xlua_tocsobj_fast (lua_State *L,int index) {
63 int *udata = (int *)lua_touserdata (L,index);
64
65 if(udata!=NULL)
66 return *udata;
67 return -1;
68}
69
70#if LUA_VERSION_NUM == 501
71#undef lua_getglobal

Callers

nothing calls this directly

Calls 1

lua_touserdataFunction · 0.85

Tested by

no test coverage detected