| 252 | } |
| 253 | |
| 254 | static 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 | |
| 261 | static int quaternion_to_string(lua_State *L) |
| 262 | { |
nothing calls this directly
no test coverage detected