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