| 238 | } |
| 239 | |
| 240 | static 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 | |
| 247 | static int matrix4x4box_store(lua_State *L) |
| 248 | { |
nothing calls this directly
no test coverage detected