PokéRogue
GitHub
Switch to Main
Preparing search index...
src/system/achv
LevelAchv
Class LevelAchv
Hierarchy (
View Summary
)
Achv
LevelAchv
Index
Constructors
constructor
Properties
condition
Func?
has
Parent
icon
Image
id
level
localization
Key
parent
Id
score
secret
Accessors
description
name
Methods
get
Icon
Image
get
Tier
set
Secret
validate
Constructors
constructor
new
LevelAchv
(
localizationKey
:
string
,
level
:
number
,
iconImage
:
string
,
score
:
number
,
)
:
LevelAchv
Parameters
localizationKey
:
string
level
:
number
iconImage
:
string
score
:
number
Returns
LevelAchv
Properties
Protected
Optional
condition
Func
conditionFunc
?:
ConditionFn
has
Parent
hasParent
:
boolean
icon
Image
iconImage
:
string
id
id
:
string
Private
Readonly
level
level
:
number
localization
Key
localizationKey
:
string
parent
Id
parentId
:
string
score
score
:
number
secret
secret
:
boolean
Accessors
description
get
description
()
:
string
Returns
string
name
get
name
()
:
string
Returns
string
Methods
get
Icon
Image
getIconImage
()
:
string
Returns
string
get
Tier
getTier
()
:
AchvTier
Returns
AchvTier
set
Secret
setSecret
(
hasParent
?:
boolean
)
:
this
Parameters
Optional
hasParent
:
boolean
Returns
this
validate
validate
(
args
?:
any
[]
)
:
boolean
Parameters
Optional
args
:
any
[]
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
condition
Func
has
Parent
icon
Image
id
level
localization
Key
parent
Id
score
secret
Accessors
description
name
Methods
get
Icon
Image
get
Tier
set
Secret
validate
GitHub
Switch to Main
PokéRogue
Loading...