Home
last modified time | relevance | path

Searched refs:ShowOnlySelected (Results 1 – 12 of 12) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dui.h188 ConditionPanel() : ShowOnlySelected(false), HideNeutral(false), in ConditionPanel()
197 bool ShowOnlySelected; /// if true, show only for selected unit. variable
H A Dunittype.h265 bool ShowOnlySelected; /// if true, show only for selected units. variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/ui/
H A Dui.h182 ConditionPanel() : ShowOnlySelected(false), HideNeutral(false), in ConditionPanel()
194 bool ShowOnlySelected; /// if true, show only for selected unit. variable
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dscript_unittype.cpp1777 bool ShowOnlySelected; in CclDefineDecorations() member
1812 tmp.ShowOnlySelected = LuaToBoolean(l, -1); in CclDefineDecorations()
1923 decovar->ShowOnlySelected = tmp.ShowOnlySelected; in CclDefineDecorations()
H A Dunit_draw.cpp563 || (var.ShowOnlySelected && !unit.Selected) in DrawDecoration()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h434 bool ShowOnlySelected; /// if true, show only for selected units. variable
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dscript_ui.cpp494 condition->ShowOnlySelected = LuaToBoolean(l, -1); in ParseConditionPanel()
H A Dmainscr.cpp221 if ((condition->ShowOnlySelected && !unit.Selected) in CanShowContent()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dscript_ui.cpp463 condition->ShowOnlySelected = LuaToBoolean(l, -1); in ParseConditionPanel()
H A Dmainscr.cpp296 if ((condition->ShowOnlySelected && !unit.Selected) in CanShowContent()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dscript_unittype.cpp3172 bool ShowOnlySelected; in CclDefineDecorations() member
3215 tmp.ShowOnlySelected = LuaToBoolean(l, -1); in CclDefineDecorations()
3318 decovar->ShowOnlySelected = tmp.ShowOnlySelected; in CclDefineDecorations()
H A Dunit_draw.cpp633 || (var.ShowOnlySelected && !unit.Selected) in DrawDecoration()