GameModeSettings

Inherits from SystemSettings

Summary

Constructors

GameModeSettings()
GameModeSettings(guid: Guid)
GameModeSettings(other: SystemSettings)
GameModeSettings(other: DataContainer)

Properties

Name Type
information GameModeInformation[]

Static members

Name Type
GameModeSettings.typeInfo TypeInformation

Constructors

GameModeSettings

GameModeSettings()

Creates a new GameModeSettings frostbite instance.

GameModeSettings

GameModeSettings(guid: Guid)

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

Parameters

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

GameModeSettings

GameModeSettings(other: SystemSettings)

Casts an instance of type SystemSettings to GameModeSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to GameModeSettings.

GameModeSettings

GameModeSettings(other: DataContainer)

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

Parameters

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

Properties

information

GameModeInformation[]

Static members

typeInfo

TypeInformation

The type information for the GameModeSettings type.

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