Home
last modified time | relevance | path

Searched refs:ButtonAttackGround (Results 1 – 9 of 9) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dbutton_action.cpp303 } else if (button_action == ButtonAttackGround) { in GetButtonActionNameById()
377 return ButtonAttackGround; in GetButtonActionIdByName()
H A Dbotpanel.cpp321 case ButtonAttackGround: in GetButtonStatus()
1428 case ButtonAttackGround: in IsButtonAllowed()
1555 case ButtonAttackGround: in IsButtonUsable()
2455 case ButtonAttackGround: { DoClicked_SelectTarget(button); break; } in DoClicked()
H A Dmouse.cpp2141 case ButtonAttackGround: in SendCommand()
2185 if (CursorAction == ButtonAttack || CursorAction == ButtonAttackGround) { in SendCommand()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/ui/
H A Dbutton_action.h64 ButtonAttackGround, /// order attack ground enumerator
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dinterface.h67 ButtonAttackGround, /// order attack ground enumerator
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dbotpanel.cpp246 case ButtonAttackGround: in GetButtonStatus()
909 case ButtonAttackGround: in IsButtonAllowed()
1436 case ButtonAttackGround: { DoClicked_SelectTarget(button); break; } in DoClicked()
H A Dpopup.cpp500 condition->ButtonAction = ButtonAttackGround; in ParsePopupConditions()
H A Dmouse.cpp1435 case ButtonAttackGround: in SendCommand()
1457 …if (CursorAction == ButtonAttack || CursorAction == ButtonAttackGround || CursorAction == ButtonSp… in SendCommand()
H A Dscript_ui.cpp1022 ba.Action = ButtonAttackGround; in CclDefineButton()