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

Method push_vector3

src/lua/lua_stack.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89#endif // if CROWN_DEBUG
90
91void LuaStack::push_vector3(const Vector3 &v)
92{
93 lua_pushlightuserdata(L, device()->_lua_environment->next_vector3(v));
94}
95
96void LuaStack::push_quaternion(const Quaternion &q)
97{

Callers 4

vector3box_unboxFunction · 0.80
input_device_axisFunction · 0.80
load_apiFunction · 0.80

Calls 3

deviceFunction · 0.85
next_vector3Method · 0.80
lua_pushlightuserdataFunction · 0.50

Tested by

no test coverage detected