SlotFailure Type
Reason a slot failed to resolve. Used for diagnostic logging and retry decisions.
Union cases
| Union case |
Description
|
Full Usage:
ClearanceCollision againstSlotName
Parameters:
string
|
|
Full Usage:
NoMetalSpot requestedIndex
Parameters:
int
|
|
Full Usage:
OffMap
|
|
Full Usage:
OutOfBuilderReach(builderDefName, distanceElmos)
Parameters:
string
distanceElmos : float32
|
|
Full Usage:
RetryBudgetExhausted lastReason
Parameters:
string
|
|
Full Usage:
TerrainNotBuildable reason
Parameters:
string
|
|
Full Usage:
UnresolvedDependency chokepointIndex
Parameters:
int
|
|
Full Usage:
WouldWallIn unreachableStructureNames
Parameters:
string list
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClearanceCollision
Returns: bool
|
|
Full Usage:
this.IsNoMetalSpot
Returns: bool
|
|
Full Usage:
this.IsOffMap
Returns: bool
|
|
Full Usage:
this.IsOutOfBuilderReach
Returns: bool
|
|
Full Usage:
this.IsRetryBudgetExhausted
Returns: bool
|
|
Full Usage:
this.IsTerrainNotBuildable
Returns: bool
|
|
Full Usage:
this.IsUnresolvedDependency
Returns: bool
|
|
Full Usage:
this.IsWouldWallIn
Returns: bool
|
|
FSBarV1_Archived