PlayerTypeProfile

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
values PersistenceData | nil
awards AwardDataTree | nil
rankParams RankParamsAsset | nil
scoring ScoringData | nil
dogTags DogTagsAsset | nil
eloParams EloParameters
staticUnlocks StaticUnlockList | nil
spamSettings StatSpamSettings | nil
orderedUnlockNames string[]

Static members

Name Type
PlayerTypeProfile.typeInfo TypeInformation

Constructors

PlayerTypeProfile

PlayerTypeProfile()

Creates a new PlayerTypeProfile frostbite instance.

PlayerTypeProfile

PlayerTypeProfile(guid: Guid)

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

Parameters

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

PlayerTypeProfile

PlayerTypeProfile(other: Asset)

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

Parameters

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

PlayerTypeProfile

PlayerTypeProfile(other: DataContainer)

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

Parameters

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

Properties

values

PersistenceData | nil

awards

AwardDataTree | nil

rankParams

RankParamsAsset | nil

scoring

ScoringData | nil

dogTags

DogTagsAsset | nil

eloParams

EloParameters

staticUnlocks

StaticUnlockList | nil

spamSettings

StatSpamSettings | nil

orderedUnlockNames

string[]

Static members

typeInfo

TypeInformation

The type information for the PlayerTypeProfile type.

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