Home
last modified time | relevance | path

Searched refs:IsNeutralUsableButtonAction (Results 1 – 3 of 3) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/ui/
H A Dbutton_action.h173 extern bool IsNeutralUsableButtonAction(const int button_action);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dbutton_action.cpp427 bool IsNeutralUsableButtonAction(const int button_action) in IsNeutralUsableButtonAction() function
H A Dbotpanel.cpp1119 && !IsNeutralUsableButtonAction(buttons[i].Action) in Draw()
1374 …sBuildingAccess(*Selected[0]->Player, buttonaction.Action) || !IsNeutralUsableButtonAction(buttona… in IsButtonAllowed()
2408 …ccess(*Selected[0]->Player, CurrentButtons[button].Action) && !IsNeutralUsableButtonAction(Current… in DoClicked()