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

Function matrix4x4box_unbox

src/lua/lua_api.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static int matrix4x4box_unbox(lua_State *L)
255{
256 LuaStack stack(L, +1);
257 stack.push_matrix4x4(stack.get_matrix4x4box(1));
258 return 1;
259}
260
261static int quaternion_to_string(lua_State *L)
262{

Callers

nothing calls this directly

Calls 1

push_matrix4x4Method · 0.80

Tested by

no test coverage detected