8003 {
8004#ifdef DIAG_DEVELOPER
8005 if (m_Bot && action_id >
EActions.PLAYER_BOT_INTERNAL_START && action_id <
EActions.PLAYER_BOT_END)
8006 {
8007 m_Bot.StartAction(action_id);
8008 return true;
8009 }
8010#endif
8011
8012 if (super.OnAction(action_id, player, ctx))
8013 return true;
8014
8016 {
8017 switch (action_id)
8018 {
8022 return true;
8026 return true;
8027 }
8028 }
8029
8031 {
8032 switch (action_id)
8033 {
8035 Delete();
8036 return true;
8037 }
8038 }
8039
8040 return false;
8041 }
proto GizmoApi GetGizmoApi()
proto void SelectObject(Object object)
proto void SelectPhysics(Physics physics)