UIGameModeDescription

Inherits from UIItemDescription

Summary

Constructors

UIGameModeDescription()
UIGameModeDescription(guid: Guid)
UIGameModeDescription(other: UIItemDescription)
UIGameModeDescription(other: DataContainer)

Properties

Name Type
identifier string
name string
abbreviation string
desc string
battlelogId int
texturePath string
variations GameModeVariation[]

Static members

Name Type
UIGameModeDescription.typeInfo TypeInformation

Constructors

UIGameModeDescription

UIGameModeDescription()

Creates a new UIGameModeDescription frostbite instance.

UIGameModeDescription

UIGameModeDescription(guid: Guid)

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

Parameters

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

UIGameModeDescription

UIGameModeDescription(other: UIItemDescription)

Casts an instance of type UIItemDescription to UIGameModeDescription. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIItemDescription The instance to cast to UIGameModeDescription.

UIGameModeDescription

UIGameModeDescription(other: DataContainer)

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

Parameters

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

Properties

identifier

string

name

string

abbreviation

string

desc

string

battlelogId

int

texturePath

string

variations

GameModeVariation[]

Static members

typeInfo

TypeInformation

The type information for the UIGameModeDescription type.

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