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

Function quaternion_to_string

src/lua/lua_api.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261static int quaternion_to_string(lua_State *L)
262{
263 LuaStack stack(L, +1);
264 char buf[256];
265 stack.push_string(to_string(buf, sizeof(buf), stack.get_quaternion(1)));
266 return 1;
267}
268
269static int quaternionbox_store(lua_State *L)
270{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected