FollowWaypointsEntityData

Inherits from EntityData

Summary

Constructors

FollowWaypointsEntityData()
FollowWaypointsEntityData(guid: Guid)
FollowWaypointsEntityData(other: EntityData)
FollowWaypointsEntityData(other: GameObjectData)
FollowWaypointsEntityData(other: GameDataContainer)
FollowWaypointsEntityData(other: DataContainer)

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

RouteType

usePathFinding

bool

startAtGeometricallyClosestWaypoint

bool

Static members

typeInfo

TypeInformation

The type information for the FollowWaypointsEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)