2class ActionHandsPartSwitch: ActionSingleUseBase
4 void ActionHandsPartSwitch()
12 m_Text =
"#switch_to_the_next_part";
41 override void OnStartClient(
ActionData action_data)
43 super.OnStartClient( action_data );
45 SetNextIndex(action_data);
48 override void OnStartServer(
ActionData action_data)
50 super.OnStartServer( action_data );
52 if (!
g_Game.IsMultiplayer())
53 SetNextIndex(action_data);