MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / PushVarToLua

Function PushVarToLua

ThirdParty/lua/luapp/PushToStack.hpp:11–14  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

9
10//------------------------------------------------------------------------------
11inline void PushVarToLua(lua::NativeState hLua,lua::Bool t)
12{
13 lua::PushBoolean(hLua,t);
14}
15//------------------------------------------------------------------------------
16/*
17inline void PushVarToLua(lua::NativeState hLua,lua::Int t)

Callers 2

_PushValueToLuaTableFunction · 0.70
ifFunction · 0.70

Calls 8

lua_pushnilFunction · 0.85
PushBooleanFunction · 0.70
PushIntegerFunction · 0.70
PushNumberFunction · 0.70
PushStringFunction · 0.70
PushPointerFunction · 0.70
PushNilFunction · 0.70
_PushValueToLuaTableFunction · 0.70

Tested by

no test coverage detected