h1z1-server
Preparing search index...
servers/ZoneServer2016/handlers/commands/commandhandler
CommandHandler
Class CommandHandler
Index
Constructors
constructor
Properties
commands
internal
Commands
Methods
execute
Command
execute
Internal
Command
reload
Commands
Constructors
constructor
new
CommandHandler
()
:
CommandHandler
Returns
CommandHandler
Properties
Readonly
commands
commands
:
{
[
hash
:
number
]:
Command
}
= {}
Readonly
internal
Commands
internalCommands
:
{
[
name
:
string
]:
Command
}
= {}
Methods
execute
Command
executeCommand
(
server
:
ZoneServer2016
,
client
:
ZoneClient2016
,
packet
:
ReceivedPacket
<
CommandExecuteCommand
>
,
)
:
void
Parameters
server
:
ZoneServer2016
client
:
ZoneClient2016
packet
:
ReceivedPacket
<
CommandExecuteCommand
>
Returns
void
execute
Internal
Command
executeInternalCommand
(
server
:
ZoneServer2016
,
client
:
ZoneClient2016
,
commandName
:
string
,
packet
:
any
,
)
:
void
Parameters
server
:
ZoneServer2016
client
:
ZoneClient2016
commandName
:
string
packet
:
any
Returns
void
reload
Commands
reloadCommands
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
commands
internal
Commands
Methods
execute
Command
execute
Internal
Command
reload
Commands
h1z1-server
Loading...