ChatSettings

Inherits from Asset

Summary

Constructors

ChatSettings()
ChatSettings(guid: Guid)
ChatSettings(other: Asset)
ChatSettings(other: DataContainer)

Properties

Name Type
channels ChatChannelType[]
antiSpam AntiSpamConfig

Static members

Name Type
ChatSettings.typeInfo TypeInformation

Constructors

ChatSettings

ChatSettings()

Creates a new ChatSettings frostbite instance.

ChatSettings

ChatSettings(guid: Guid)

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

Parameters

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

ChatSettings

ChatSettings(other: Asset)

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

Parameters

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

ChatSettings

ChatSettings(other: DataContainer)

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

Parameters

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

Properties

channels

ChatChannelType[]

antiSpam

AntiSpamConfig

Static members

typeInfo

TypeInformation

The type information for the ChatSettings type.

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