SoldierEmoteComponentData

Inherits from ComponentData

Summary

Constructors

SoldierEmoteComponentData()
SoldierEmoteComponentData(guid: Guid)
SoldierEmoteComponentData(other: ComponentData)
SoldierEmoteComponentData(other: GameObjectData)
SoldierEmoteComponentData(other: GameDataContainer)
SoldierEmoteComponentData(other: DataContainer)

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

SoldierEmoteBinding

networkedMessageMappings

SoldierEmoteNetworkedMessageMapping[]

Static members

typeInfo

TypeInformation

The type information for the SoldierEmoteComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)