Logo FSBarV1_Archived

MoveType Type

Unit movement type for passability computation. Each type has different slope and water traversal thresholds.

Union cases

Union case Description

Hover

Full Usage: Hover

Hovercraft. Tolerates moderate slopes (up to 0.6) and can cross water.

Kbot

Full Usage: Kbot

Bipedal robot. Can handle moderate slopes (up to 0.8) but cannot cross water.

Ship

Full Usage: Ship

Naval vessel. Can only move through water cells.

Tank

Full Usage: Tank

Tracked vehicle. Requires gentle slopes (up to 0.4) and cannot cross water.

Instance members

Instance member Description

this.IsHover

Full Usage: this.IsHover

Returns: bool
Returns: bool

this.IsKbot

Full Usage: this.IsKbot

Returns: bool
Returns: bool

this.IsShip

Full Usage: this.IsShip

Returns: bool
Returns: bool

this.IsTank

Full Usage: this.IsTank

Returns: bool
Returns: bool

Type something to start searching.