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