Home
last modified time | relevance | path

Searched refs:action_weightings (Results 1 – 2 of 2) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Daction.cpp728 std::map<action_id, int> action_weightings; in handle_action_menu() local
735 action_weightings[ACTION_CYCLE_MOVE] = 400; in handle_action_menu()
739 action_weightings[ACTION_FIRE] = 350; in handle_action_menu()
745 action_weightings[ACTION_TOGGLE_RUN] = 300; in handle_action_menu()
749 action_weightings[ACTION_TOGGLE_CROUCH] = 300; in handle_action_menu()
756 action_weightings[ACTION_CONTROL_VEHICLE] = 300; in handle_action_menu()
765 action_weightings[ACTION_OPEN] = 200; in handle_action_menu()
768 action_weightings[ACTION_CLOSE] = 200; in handle_action_menu()
771 action_weightings[ACTION_EXAMINE] = 200; in handle_action_menu()
776 action_weightings[ACTION_BUTCHER] = 200; in handle_action_menu()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Daction.cpp728 std::map<action_id, int> action_weightings; in handle_action_menu() local
735 action_weightings[ACTION_CYCLE_MOVE] = 400; in handle_action_menu()
739 action_weightings[ACTION_FIRE] = 350; in handle_action_menu()
745 action_weightings[ACTION_TOGGLE_RUN] = 300; in handle_action_menu()
749 action_weightings[ACTION_TOGGLE_CROUCH] = 300; in handle_action_menu()
756 action_weightings[ACTION_CONTROL_VEHICLE] = 300; in handle_action_menu()
765 action_weightings[ACTION_OPEN] = 200; in handle_action_menu()
768 action_weightings[ACTION_CLOSE] = 200; in handle_action_menu()
771 action_weightings[ACTION_EXAMINE] = 200; in handle_action_menu()
776 action_weightings[ACTION_BUTCHER] = 200; in handle_action_menu()
[all …]