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