MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / lua_pushlightuserdata

Function lua_pushlightuserdata

other_src/lua/src/lapi.cpp:543–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {
544 lua_lock(L);
545 setpvalue(L->top, p);
546 api_incr_top(L);
547 lua_unlock(L);
548}
549
550
551LUA_API int lua_pushthread (lua_State *L) {

Callers 13

sortFunction · 0.70
ll_requireFunction · 0.70
matchFunction · 0.70
matchlFunction · 0.70
hookfFunction · 0.70
gethooktableFunction · 0.70
db_sethookFunction · 0.70
db_gethookFunction · 0.70
GetTimerFunction · 0.50
createLuaMethod · 0.50
LuaRobotMethod · 0.50
PushObstacleGUIDFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected