Show / Hide Table of Contents

Class MyAutopilotPathfindingState

Describes state of autopilot pathfinding

Inheritance
System.Object
MyAutopilotPathfindingState
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyAutopilotPathfindingState : Enum

Fields

NotUsed

Pathfinding was not used

Declaration
public const MyAutopilotPathfindingState NotUsed
Field Value
Type Description
MyAutopilotPathfindingState

OctreeGenerating

Octree for the grid does not exist and has to be generated

Declaration
public const MyAutopilotPathfindingState OctreeGenerating
Field Value
Type Description
MyAutopilotPathfindingState

PathFound

Path of the pathfinding graph was found

Declaration
public const MyAutopilotPathfindingState PathFound
Field Value
Type Description
MyAutopilotPathfindingState

PathNotFound

Path of the pathfinding graph was not found

Declaration
public const MyAutopilotPathfindingState PathNotFound
Field Value
Type Description
MyAutopilotPathfindingState

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

VertexFound

Vertex of the pathfinding graph was found

Declaration
public const MyAutopilotPathfindingState VertexFound
Field Value
Type Description
MyAutopilotPathfindingState

VertexNotFound

Vertex of the pathfinding graph was not found

Declaration
public const MyAutopilotPathfindingState VertexNotFound
Field Value
Type Description
MyAutopilotPathfindingState
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾