| 152 | |
| 153 | void toggleControlsDisabled(Entity &e) { e.m_motion_state.m_controls_disabled = !e.m_motion_state.m_controls_disabled; } |
| 154 | void toggleFullUpdate(Entity &e) { e.m_full_update = !e.m_full_update; } |
| 155 | void toggleControlId(Entity &e) { e.m_has_control_id = !e.m_has_control_id; } |
| 156 | void toggleInterp(Entity &e) { e.m_has_interp = !e.m_has_interp; } |
| 157 | void toggleMoveInstantly(Entity &e) { e.m_move_instantly = !e.m_move_instantly; } |
no outgoing calls
no test coverage detected