MCPcopy Create free account
hub / github.com/SOUI2/soui / push

Method push

components/ScriptModule-LUA/lua_tinker/lua_tinker.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463/*---------------------------------------------------------------------------*/
464template<>
465void lua_tinker::push(lua_State *L, char ret)
466{
467 lua_pushnumber(L, ret);
468}
469
470template<>
471void lua_tinker::push(lua_State *L, unsigned char ret)

Callers 2

initMethod · 0.45
buildLinesMethod · 0.45

Calls 8

lua_pushnumberFunction · 0.85
lua_pushstringFunction · 0.85
lua_pushbooleanFunction · 0.85
lua_pushnilFunction · 0.85
lua_newuserdataFunction · 0.85
lua_getglobalFunction · 0.85
lua_setmetatableFunction · 0.85
lua_pushvalueFunction · 0.85

Tested by

no test coverage detected