UIDetailedServerInfoCompData

Inherits from UIComponentData

Summary

Constructors

UIDetailedServerInfoCompData()
UIDetailedServerInfoCompData(guid: Guid)
UIDetailedServerInfoCompData(other: UIComponentData)
UIDetailedServerInfoCompData(other: Asset)
UIDetailedServerInfoCompData(other: DataContainer)

Properties

Name Type
settings ServerInfoSetting[]

Static members

Name Type
UIDetailedServerInfoCompData.typeInfo TypeInformation

Constructors

UIDetailedServerInfoCompData

UIDetailedServerInfoCompData()

Creates a new UIDetailedServerInfoCompData frostbite instance.

UIDetailedServerInfoCompData

UIDetailedServerInfoCompData(guid: Guid)

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

Parameters

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

UIDetailedServerInfoCompData

UIDetailedServerInfoCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UIDetailedServerInfoCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIDetailedServerInfoCompData.

UIDetailedServerInfoCompData

UIDetailedServerInfoCompData(other: Asset)

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

Parameters

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

UIDetailedServerInfoCompData

UIDetailedServerInfoCompData(other: DataContainer)

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

Parameters

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

Properties

settings

ServerInfoSetting[]

Static members

typeInfo

TypeInformation

The type information for the UIDetailedServerInfoCompData type.

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