UICombatAreaEntityData

Inherits from GameObjectData

Summary

Constructors

UICombatAreaEntityData()
UICombatAreaEntityData(guid: Guid)
UICombatAreaEntityData(other: GameObjectData)
UICombatAreaEntityData(other: GameDataContainer)
UICombatAreaEntityData(other: DataContainer)

Properties

Name Type
asset UICombatAreaAsset | nil

Static members

Name Type
UICombatAreaEntityData.typeInfo TypeInformation

Constructors

UICombatAreaEntityData

UICombatAreaEntityData()

Creates a new UICombatAreaEntityData frostbite instance.

UICombatAreaEntityData

UICombatAreaEntityData(guid: Guid)

Creates a new UICombatAreaEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UICombatAreaEntityData

UICombatAreaEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to UICombatAreaEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to UICombatAreaEntityData.

UICombatAreaEntityData

UICombatAreaEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to UICombatAreaEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to UICombatAreaEntityData.

UICombatAreaEntityData

UICombatAreaEntityData(other: DataContainer)

Casts an instance of type DataContainer to UICombatAreaEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UICombatAreaEntityData.

Properties

asset

UICombatAreaAsset | nil

Static members

typeInfo

TypeInformation

The type information for the UICombatAreaEntityData type.

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