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