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