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