PersistenceSettings

Inherits from SystemSettings

Summary

Constructors

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

Properties

Name Type
statCategoryTreeCollection StatCategoryTreeCollection | nil
mpProfile PlayerTypeProfile | nil
spProfile PlayerTypeProfile | nil
coopProfile PlayerTypeProfile | nil
pointSystemParams PointSystemParamsAsset | nil
licenseConfig LicenseConfiguration | nil

Static members

Name Type
PersistenceSettings.typeInfo TypeInformation

Constructors

PersistenceSettings

PersistenceSettings()

Creates a new PersistenceSettings frostbite instance.

PersistenceSettings

PersistenceSettings(guid: Guid)

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

Parameters

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

PersistenceSettings

PersistenceSettings(other: SystemSettings)

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

Parameters

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

PersistenceSettings

PersistenceSettings(other: DataContainer)

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

Parameters

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

Properties

statCategoryTreeCollection

StatCategoryTreeCollection | nil

mpProfile

PlayerTypeProfile | nil

spProfile

PlayerTypeProfile | nil

coopProfile

PlayerTypeProfile | nil

pointSystemParams

PointSystemParamsAsset | nil

licenseConfig

LicenseConfiguration | nil

Static members

typeInfo

TypeInformation

The type information for the PersistenceSettings type.

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