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