@acceleratxr/core_sdk / SkillRequirementProgress

Class: SkillRequirementProgress#

Tracks the persona’s progress of a single requirement for a given skill.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • SkillRequirementProgress

Index#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

+ new SkillRequirementProgress(other?: any): SkillRequirementProgress

Defined in src/models/SkillRequirementProgress.ts:26

Parameters:#

Name

Type

other?

any

Returns: SkillRequirementProgress

Properties#

complete#

complete: boolean = false

Defined in src/models/SkillRequirementProgress.ts:16

Indicates if the requirement has been met.


type#

type: string = “”

Defined in src/models/SkillRequirementProgress.ts:21

The unique identifier that will be used to match telemetry events.


value#

value: any = null

Defined in src/models/SkillRequirementProgress.ts:26

The current value of the player’s progress.

Accessors#

ClassName#

Staticget ClassName(): string

Defined in src/models/SkillRequirementProgress.ts:11

Returns: string