PokéRogue
GitHub
Switch to Beta
Preparing search index...
src/system/achv
Achv
Class Achv
Hierarchy (
View Summary
)
Achv
MoneyAchv
RibbonAchv
DamageAchv
HealAchv
LevelAchv
ModifierAchv
ChallengeAchv
Index
Constructors
constructor
Properties
condition
Func?
has
Parent
icon
Image
id
localization
Key
parent
Id
score
secret
Accessors
description
name
Methods
get
Icon
Image
get
Tier
set
Secret
validate
Constructors
constructor
new
Achv
(
localizationKey
:
string
,
iconImage
:
string
,
score
:
number
,
conditionFunc
?:
ConditionFn
,
)
:
Achv
Parameters
localizationKey
:
string
iconImage
:
string
score
:
number
Optional
conditionFunc
:
ConditionFn
Returns
Achv
Properties
Protected
Optional
condition
Func
conditionFunc
?:
ConditionFn
has
Parent
hasParent
:
boolean
icon
Image
iconImage
:
string
id
id
:
string
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
localization
Key
parent
Id
score
secret
Accessors
description
name
Methods
get
Icon
Image
get
Tier
set
Secret
validate
GitHub
Switch to Beta
PokéRogue
Loading...