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