Preparing search index...
The search index is not available
retrommo-types
retrommo-types
BattlerUpdate
Interface BattlerUpdate
interface
BattlerUpdate
{
characterID
?:
string
;
gold
:
number
;
id
:
string
;
isAlive
?:
boolean
;
resources
?:
BattleResourcesUpdate
;
type
:
BattlerType
;
}
Index
Properties
characterID?
gold
id
is
Alive?
resources?
type
Properties
Optional
Readonly
characterID
characterID
?:
string
Readonly
gold
gold
:
number
Readonly
id
id
:
string
Optional
Readonly
is
Alive
is
Alive
?:
boolean
Optional
Readonly
resources
resources
?:
BattleResourcesUpdate
Readonly
type
type
:
BattlerType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
characterID
gold
id
is
Alive
resources
type
retrommo-types
Loading...