VeniceUICombatAreaAsset

Inherits from UICombatAreaAsset

Summary

Constructors

VeniceUICombatAreaAsset()
VeniceUICombatAreaAsset(guid: Guid)
VeniceUICombatAreaAsset(other: UICombatAreaAsset)
VeniceUICombatAreaAsset(other: Asset)
VeniceUICombatAreaAsset(other: DataContainer)

Properties

Name Type
distanceField UIDistanceFieldAsset | nil
surroundingDistanceField UIDistanceFieldAsset | nil

Static members

Name Type
VeniceUICombatAreaAsset.typeInfo TypeInformation

Constructors

VeniceUICombatAreaAsset

VeniceUICombatAreaAsset()

Creates a new VeniceUICombatAreaAsset frostbite instance.

VeniceUICombatAreaAsset

VeniceUICombatAreaAsset(guid: Guid)

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

Parameters

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

VeniceUICombatAreaAsset

VeniceUICombatAreaAsset(other: UICombatAreaAsset)

Casts an instance of type UICombatAreaAsset to VeniceUICombatAreaAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UICombatAreaAsset The instance to cast to VeniceUICombatAreaAsset.

VeniceUICombatAreaAsset

VeniceUICombatAreaAsset(other: Asset)

Casts an instance of type Asset to VeniceUICombatAreaAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to VeniceUICombatAreaAsset.

VeniceUICombatAreaAsset

VeniceUICombatAreaAsset(other: DataContainer)

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

Parameters

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

Properties

distanceField

UIDistanceFieldAsset | nil

surroundingDistanceField

UIDistanceFieldAsset | nil

Static members

typeInfo

TypeInformation

The type information for the VeniceUICombatAreaAsset type.

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