| 535 | bool actor_pda_allowed() { return g_actor_allow_pda; } |
| 536 | |
| 537 | void spawn_phantom(const Fvector& position) { Level().spawn_item("m_phantom", position, u32(-1), u16(-1), false); } |
| 538 | |
| 539 | Fbox get_bounding_volume() { return Level().ObjectSpace.GetBoundingVolume(); } |
| 540 |
no test coverage detected