Home
last modified time | relevance | path

Searched refs:HideNeutral (Results 1 – 15 of 15) sorted by relevance

/dports/games/wargus/wargus-3.2.0/scripts/
H A Dui.lua38 DefineDecorations({Index = "HitPoints", HideNeutral = true, CenterX = true, ShowOpponent=true,
45 …DefineDecorations({Index = "Mana", HideNeutral = true, CenterX = true,OffsetPercent = {50, 100},Me…
47 …DefineDecorations({Index = "Research", HideNeutral = true, CenterX = true,OffsetPercent = {50, 100…
48 …DefineDecorations({Index = "Training", HideNeutral = true, CenterX = true,OffsetPercent = {50, 100…
86 { Pos = {8, 51}, Condition = {ShowOpponent = false, HideNeutral = true},
89 { Pos = {35, 61}, Condition = {ShowOpponent = false, HideNeutral = true},
104 { Pos = {12, 153}, Condition = {ShowOpponent = false, HideNeutral = true, Build = "only"},
107 { Pos = {50, 155}, Condition = {ShowOpponent = false, HideNeutral = true, Build = "only"},
109 { Pos = {107, 78}, Condition = {ShowOpponent = false, HideNeutral = true, Build = "only"},
194 Condition = {ShowOpponent = false, HideNeutral = true, Build = "false"},
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dui.lua616 { Pos = {70, 21}, Condition = {ShowOpponent = false, HideNeutral = true},
619 { Pos = {67, 26}, Condition = {ShowOpponent = false, HideNeutral = true},
625 { Pos = {70, 45}, Condition = {ShowOpponent = false, HideNeutral = true, Mana = "only"},
628 { Pos = {67, 50}, Condition = {ShowOpponent = false, HideNeutral = true, Mana = "only"},
634 …{ Pos = {70, 45}, Condition = {ShowOpponent = false, HideNeutral = true, Organic = "only", Mana = …
640 …{ Pos = {70, 67}, Condition = {ShowOpponent = false, HideNeutral = true, Organic = "only", Mana = …
643 …{ Pos = {67, 72}, Condition = {ShowOpponent = false, HideNeutral = true, Organic = "only", Mana = …
758 { Pos = {25, 152}, Condition = {ShowOpponent = false, HideNeutral = true, Build = "only"},
761 { Pos = {50, 153}, Condition = {ShowOpponent = false, HideNeutral = true, Build = "only"},
841 Condition = {ShowOpponent = false, HideNeutral = true, Build = "false"},
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dui.h188 ConditionPanel() : ShowOnlySelected(false), HideNeutral(false), in ConditionPanel()
199 bool HideNeutral; /// if true, don't show for neutral unit. variable
H A Dunittype.h267 bool HideNeutral; /// if true, don't show for neutral unit. variable
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/menus/
H A Doptions.lua508 …iveResource", MinValue = 1000, ShowWhenMax = true, HideAllied = false, HideNeutral = false, HideSe…
511 …GiveResource", MinValue = 1000, ShowWhenMax = true, HideAllied = true, HideNeutral = true, HideSel…
551 …DefineDecorations({Index = "Hero", ShowOpponent = false, HideAllied = true, HideNeutral = true, Sh…
555 …DefineDecorations({Index = "Hero", ShowOpponent = false, HideAllied = true, HideNeutral = true, Hi…
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/ui/
H A Dui.h182 ConditionPanel() : ShowOnlySelected(false), HideNeutral(false), in ConditionPanel()
196 bool HideNeutral; /// if true, don't show for neutral unit. variable
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dscript_unittype.cpp1778 bool HideNeutral; in CclDefineDecorations() member
1814 tmp.HideNeutral = LuaToBoolean(l, -1); in CclDefineDecorations()
1924 decovar->HideNeutral = tmp.HideNeutral; in CclDefineDecorations()
H A Dunit_draw.cpp564 || (unit.Player->Type == PlayerNeutral && var.HideNeutral) in DrawDecoration()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunit_draw.cpp634 || (unit.Player->Type == PlayerNeutral && var.HideNeutral) in DrawDecoration()
636 …ayer != ThisPlayer && !ThisPlayer->IsEnemy(unit) && !ThisPlayer->IsAllied(unit) && var.HideNeutral) in DrawDecoration()
H A Dscript_unittype.cpp3173 bool HideNeutral; in CclDefineDecorations() member
3217 tmp.HideNeutral = LuaToBoolean(l, -1); in CclDefineDecorations()
3319 decovar->HideNeutral = tmp.HideNeutral; in CclDefineDecorations()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dmainscr.cpp297 || (unit.Player->Type == PlayerNeutral && condition->HideNeutral) in CanShowContent()
298 … ThisPlayer && !ThisPlayer->IsEnemy(unit) && !ThisPlayer->IsAllied(unit) && condition->HideNeutral) in CanShowContent()
H A Dscript_ui.cpp465 condition->HideNeutral = LuaToBoolean(l, -1); in ParseConditionPanel()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunittype.h436 bool HideNeutral; /// if true, don't show for neutral unit. variable
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dscript_ui.cpp496 condition->HideNeutral = LuaToBoolean(l, -1); in ParseConditionPanel()
H A Dmainscr.cpp222 || (unit.Player->Type == PlayerNeutral && condition->HideNeutral) in CanShowContent()