Search
Preparing search index...
The search index is not available
SkeldJS
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
protocol
KickPlayerMessage
Class KickPlayerMessage
Hierarchy
BaseRootMessage
KickPlayerMessage
Index
Methods
Deserialize
Serialize
cancel
clone
Properties
message
Tag
message
Type
banned
client
Id
code
message
Tag
message
Type
reason
Accessors
canceled
Constructors
constructor
Methods
Static
Deserialize
Deserialize
(
reader
:
HazelReader
)
:
KickPlayerMessage
Parameters
reader:
HazelReader
Returns
KickPlayerMessage
Serialize
Serialize
(
writer
:
HazelWriter
)
:
void
Parameters
writer:
HazelWriter
Returns
void
cancel
cancel
(
)
:
void
Returns
void
clone
clone
(
)
:
KickPlayerMessage
Returns
KickPlayerMessage
Properties
Static
message
Tag
message
Tag
:
KickPlayer
= ...
Static
message
Type
message
Type
:
"root"
= ...
Readonly
banned
banned
:
boolean
Readonly
client
Id
client
Id
:
number
Readonly
code
code
:
number
message
Tag
message
Tag
:
KickPlayer
= ...
message
Type
message
Type
:
"root"
= ...
Readonly
reason
reason
:
DisconnectReason
Accessors
canceled
get
canceled
(
)
:
boolean
Returns
boolean
Constructors
constructor
new
Kick
Player
Message
(
code
:
string
|
number
, clientId
:
number
, banned
:
boolean
, reason
?:
DisconnectReason
)
:
KickPlayerMessage
Parameters
code:
string
|
number
clientId:
number
banned:
boolean
Optional
reason:
DisconnectReason
Returns
KickPlayerMessage
Getting
Started
Creating a
Client
Guides
Events
Writing
Custom
Protocol
Messages
Creating
Custom INOs
End
Game
Intents
API
Modules
client
constant
core
data
dtls
eos
events
lan
matchmaking
pathfinding
protocol
reactor
state
text
translations
util
client
constant
core
data
dtls
eos
events
lan
matchmaking
pathfinding
protocol
Kick
Player
Message
Deserialize
message
Tag
message
Type
Serialize
banned
cancel
canceled
client
Id
clone
code
constructor
message
Tag
message
Type
reason
reactor
state
text
translations
util
Generated using
TypeDoc