MCPcopy Create free account
hub / github.com/crownengine/crown / vector3box_unbox

Function vector3box_unbox

src/lua/lua_api.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static int vector3box_unbox(lua_State *L)
241{
242 LuaStack stack(L, +1);
243 stack.push_vector3(stack.get_vector3box(1));
244 return 1;
245}
246
247static int matrix4x4box_store(lua_State *L)
248{

Callers

nothing calls this directly

Calls 1

push_vector3Method · 0.80

Tested by

no test coverage detected