MCPcopy Create free account
hub / github.com/axmolengine/axmol / pushObject

Method pushObject

extensions/scripting/lua-bindings/manual/LuaStack.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void LuaStack::pushObject(Object* objectValue, const char* typeName)
382{
383 toluafix_pushusertype_object(_state, objectValue->_ID, &objectValue->_luaID, objectValue, typeName);
384}
385
386void LuaStack::pushLuaValue(const LuaValue& value)
387{

Calls 1

Tested by

no test coverage detected