Preparing search index...
The search index is not available
retrommo-types
retrommo-types
EnterPlayerUpdate
Interface EnterPlayerUpdate
interface
EnterPlayerUpdate
{
character
?:
EnterPlayerCharacterUpdate
;
characterID
?:
string
;
classID
:
string
;
level
:
number
;
partyID
:
string
;
playerID
:
string
;
world
?:
EnterPlayerWorldUpdate
;
}
Index
Properties
character?
characterID?
classID
level
partyID
playerID
world?
Properties
Optional
Readonly
character
character
?:
EnterPlayerCharacterUpdate
Optional
Readonly
characterID
characterID
?:
string
Readonly
classID
classID
:
string
Readonly
level
level
:
number
Readonly
partyID
partyID
:
string
Readonly
playerID
playerID
:
string
Optional
Readonly
world
world
?:
EnterPlayerWorldUpdate
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
character
characterID
classID
level
partyID
playerID
world
retrommo-types
Loading...