MoveType Type
Unit movement type for passability computation. Each type has different slope and water traversal thresholds.
Union cases
| Union case |
Description
|
Full Usage:
Hover
|
Hovercraft. Tolerates moderate slopes (up to 0.6) and can cross water. |
Full Usage:
Kbot
|
Bipedal robot. Can handle moderate slopes (up to 0.8) but cannot cross water. |
Full Usage:
Ship
|
Naval vessel. Can only move through water cells. |
Full Usage:
Tank
|
Tracked vehicle. Requires gentle slopes (up to 0.4) and cannot cross water. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsHover
Returns: bool
|
|
Full Usage:
this.IsKbot
Returns: bool
|
|
Full Usage:
this.IsShip
Returns: bool
|
|
Full Usage:
this.IsTank
Returns: bool
|
|
FSBarV1_Archived