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