| 43 | } |
| 44 | |
| 45 | bool LuaStack::is_matrix4x4(int i) |
| 46 | { |
| 47 | return device()->_lua_environment->is_matrix4x4((Matrix4x4 *)lua_touserdata(L, i)); |
| 48 | } |
| 49 | |
| 50 | #if CROWN_DEBUG |
| 51 | Vector3 *LuaStack::check_temporary(int i, const Vector3 *ptr) |
no test coverage detected