skeldjs
Preparing search index...
protocol/lib
ReportPlayerMessage
Class ReportPlayerMessage
Hierarchy (
View Summary
)
BaseRootMessage
ReportPlayerMessage
Index
Constructors
constructor
Properties
client
Id
code
message
Tag
message
Type
name
outcome
reason
message
Tag
message
Type
Accessors
canceled
Methods
cancel
clone
serialize
To
Writer
deserialize
From
Reader
Constructors
constructor
new
ReportPlayerMessage
(
code
:
string
|
number
,
clientId
:
number
,
reason
:
ReportReason
,
)
:
ReportPlayerMessage
Parameters
code
:
string
|
number
clientId
:
number
reason
:
ReportReason
Returns
ReportPlayerMessage
new
ReportPlayerMessage
(
clientId
:
number
,
reason
:
ReportReason
,
outcome
:
ReportOutcome
,
name
:
string
,
)
:
ReportPlayerMessage
Parameters
clientId
:
number
reason
:
ReportReason
outcome
:
ReportOutcome
name
:
string
Returns
ReportPlayerMessage
Properties
client
Id
clientId
:
number
code
code
:
number
message
Tag
messageTag
:
ReportPlayer
= ...
message
Type
messageType
:
"root"
= ...
name
name
:
string
outcome
outcome
:
ReportOutcome
reason
reason
:
ReportReason
Static
message
Tag
messageTag
:
ReportPlayer
= ...
Static
message
Type
messageType
:
"root"
= ...
Accessors
canceled
get
canceled
()
:
boolean
Returns
boolean
Methods
cancel
cancel
()
:
void
Returns
void
clone
clone
()
:
ReportPlayerMessage
Returns
ReportPlayerMessage
serialize
To
Writer
serializeToWriter
(
writer
:
HazelWriter
,
direction
:
MessageDirection
)
:
void
Parameters
writer
:
HazelWriter
direction
:
MessageDirection
Returns
void
Static
deserialize
From
Reader
deserializeFromReader
(
reader
:
HazelReader
,
direction
:
MessageDirection
,
)
:
ReportPlayerMessage
Parameters
reader
:
HazelReader
direction
:
MessageDirection
Returns
ReportPlayerMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
Id
code
message
Tag
message
Type
name
outcome
reason
message
Tag
message
Type
Accessors
canceled
Methods
cancel
clone
serialize
To
Writer
deserialize
From
Reader
skeldjs
Loading...