Home
last modified time | relevance | path

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

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DMobile.cs642 readonly bool recalculateSubCell; field in OpenRA.Mods.Common.Traits.Mobile.ReturnToCellActivity
649 public ReturnToCellActivity(Actor self, int delay = 0, bool recalculateSubCell = false) in ReturnToCellActivity() argument
654 this.recalculateSubCell = recalculateSubCell; in ReturnToCellActivity()
670 if (recalculateSubCell) in Tick()