PatrolOrderEntityData
Inherits from BFOrderEntityData
Summary
Constructors
PatrolOrderEntityData() |
PatrolOrderEntityData(guid: Guid) |
PatrolOrderEntityData(other: BFOrderEntityData) |
PatrolOrderEntityData(other: OrderEntityData) |
PatrolOrderEntityData(other: EntityData) |
PatrolOrderEntityData(other: GameObjectData) |
PatrolOrderEntityData(other: GameDataContainer) |
PatrolOrderEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
typeOfRoute | RouteType |
combatMode | CombatPatrolMode |
startingWaypoint | WaypointData | nil |
startAtGeometricallyClosestWaypoint | bool |
usePathFinding | bool |
Static members
Name | Type |
---|---|
PatrolOrderEntityData.typeInfo | TypeInformation |
Constructors
PatrolOrderEntityData
PatrolOrderEntityData()
Creates a new PatrolOrderEntityData frostbite instance.
PatrolOrderEntityData
PatrolOrderEntityData(guid: Guid)
Creates a new PatrolOrderEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PatrolOrderEntityData
PatrolOrderEntityData(other: BFOrderEntityData)
Casts an instance of type BFOrderEntityData to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | BFOrderEntityData | The instance to cast to PatrolOrderEntityData. |
PatrolOrderEntityData
PatrolOrderEntityData(other: OrderEntityData)
Casts an instance of type OrderEntityData to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | OrderEntityData | The instance to cast to PatrolOrderEntityData. |
PatrolOrderEntityData
PatrolOrderEntityData(other: EntityData)
Casts an instance of type EntityData to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to PatrolOrderEntityData. |
PatrolOrderEntityData
PatrolOrderEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to PatrolOrderEntityData. |
PatrolOrderEntityData
PatrolOrderEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to PatrolOrderEntityData. |
PatrolOrderEntityData
PatrolOrderEntityData(other: DataContainer)
Casts an instance of type DataContainer to PatrolOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PatrolOrderEntityData. |
Properties
typeOfRoute
combatMode
startingWaypoint
WaypointData | nil
startAtGeometricallyClosestWaypoint
bool
usePathFinding
bool
Static members
typeInfo
The type information for the PatrolOrderEntityData type.