UIMessageCompData
Inherits from UIComponentData
Summary
Constructors
UIMessageCompData() |
UIMessageCompData(guid: Guid) |
UIMessageCompData(other: UIComponentData) |
UIMessageCompData(other: Asset) |
UIMessageCompData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
UIMessageCompData.typeInfo | TypeInformation |
Constructors
UIMessageCompData
UIMessageCompData()
Creates a new UIMessageCompData frostbite instance.
UIMessageCompData
UIMessageCompData(guid: Guid)
Creates a new UIMessageCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIMessageCompData
UIMessageCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIMessageCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UIMessageCompData. |
UIMessageCompData
UIMessageCompData(other: Asset)
Casts an instance of type Asset to UIMessageCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UIMessageCompData. |
UIMessageCompData
UIMessageCompData(other: DataContainer)
Casts an instance of type DataContainer to UIMessageCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIMessageCompData. |
Properties
scoreAggregateTime
float
chatMessageInfo
killMessageInfo
scoreMessageInfo
scoreMinorMessageInfo
scoreMajorMessageInfo
gameMessageInfo
staticMessageInfo
outOfBoundsMessageInfo
killScoreMessageInfo
logLinesMessageInfo
tooltipMessageInfo
subtitleMessageInfo
rewardMessageInfo
localKillMessageInfo
serverAdminYellMessageInfo
gunMasterMessageInfo
forceSubtitlesForTheseLevels
string[]
forceSubtitlesOffForTheseLevels
string[]
Static members
typeInfo
The type information for the UIMessageCompData type.