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