UIMinimapVolumeEntityData

Inherits from GameEntityData

Summary

Constructors

UIMinimapVolumeEntityData()
UIMinimapVolumeEntityData(guid: Guid)
UIMinimapVolumeEntityData(other: GameEntityData)
UIMinimapVolumeEntityData(other: SpatialEntityData)
UIMinimapVolumeEntityData(other: EntityData)
UIMinimapVolumeEntityData(other: GameObjectData)
UIMinimapVolumeEntityData(other: GameDataContainer)
UIMinimapVolumeEntityData(other: DataContainer)

Properties

Name Type
asset Asset | nil
isDefault bool

Static members

Name Type
UIMinimapVolumeEntityData.typeInfo TypeInformation

Constructors

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData()

Creates a new UIMinimapVolumeEntityData frostbite instance.

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(guid: Guid)

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

Parameters

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

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to UIMinimapVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to UIMinimapVolumeEntityData.

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to UIMinimapVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to UIMinimapVolumeEntityData.

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: EntityData)

Casts an instance of type EntityData to UIMinimapVolumeEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to UIMinimapVolumeEntityData.

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: GameObjectData)

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

Parameters

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

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: GameDataContainer)

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

Parameters

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

UIMinimapVolumeEntityData

UIMinimapVolumeEntityData(other: DataContainer)

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

Parameters

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

Properties

asset

Asset | nil

isDefault

bool

Static members

typeInfo

TypeInformation

The type information for the UIMinimapVolumeEntityData type.

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