WindowSettings

Inherits from SystemSettings

Summary

Constructors

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

Properties

Name Type
posX int
posY int
width int
height int
bordersEnable bool
autoSize bool
fullscreenAutoSize bool
fullscreenWhenJoiningServer bool
enableEscape bool
enableInputOnActivate bool
hibernateOnClose bool
hidden bool
minimized bool

Static members

Name Type
WindowSettings.typeInfo TypeInformation

Constructors

WindowSettings

WindowSettings()

Creates a new WindowSettings frostbite instance.

WindowSettings

WindowSettings(guid: Guid)

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

Parameters

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

WindowSettings

WindowSettings(other: SystemSettings)

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

Parameters

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

WindowSettings

WindowSettings(other: DataContainer)

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

Parameters

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

Properties

posX

int

posY

int

width

int

height

int

bordersEnable

bool

autoSize

bool

fullscreenAutoSize

bool

fullscreenWhenJoiningServer

bool

enableEscape

bool

enableInputOnActivate

bool

hibernateOnClose

bool

hidden

bool

minimized

bool

Static members

typeInfo

TypeInformation

The type information for the WindowSettings type.

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