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

Function lua_isuserdata

other_src/lua/src/lapi.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274LUA_API int lua_isuserdata (lua_State *L, int idx) {
275 const TValue *o = index2adr(L, idx);
276 return (ttisuserdata(o) || ttislightuserdata(o));
277}
278
279
280LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers 5

DiffTimersFunction · 0.50
GetLinkFunction · 0.50
GetRobotFunction · 0.50
IsValidFBOMethod · 0.50
DiffTimersMethod · 0.50

Calls 1

index2adrFunction · 0.70

Tested by

no test coverage detected