Home
last modified time | relevance | path

Searched defs:MoveIntoShroud (Results 1 – 4 of 4) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DAttackMove.cs37 public readonly bool MoveIntoShroud = true; field in OpenRA.Mods.Common.Traits.AttackMoveInfo
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Buildings/
H A DTransformsIntoAircraft.cs27 public readonly bool MoveIntoShroud = true; field in OpenRA.Mods.Common.Traits.TransformsIntoAircraftInfo
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DLocomotor.cs71 public readonly bool MoveIntoShroud = true; field in OpenRA.Mods.Common.Traits.LocomotorInfo
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Air/
H A DAircraft.cs65 public readonly bool MoveIntoShroud = true; field in OpenRA.Mods.Common.Traits.AircraftInfo