Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
packet_commandscript Class Reference
Inheritance diagram for packet_commandscript:
Collaboration diagram for packet_commandscript:

Public Member Functions

std::vector< ChatCommandGetCommands () const OVERRIDE
 packet_commandscript ()
Public Member Functions inherited from ScriptObject
const std::string & GetName () const
virtual bool IsDatabaseBound () const

Static Public Member Functions

static bool HandlePacketCharStartCommand (ChatHandler *handler, char const *args)
static bool HandlePacketCharStopCommand (ChatHandler *handler, char const *args)
static bool HandlePacketStartCommand (ChatHandler *handler, char const *)
static bool HandlePacketStopCommand (ChatHandler *handler, char const *)

Additional Inherited Members

Protected Member Functions inherited from CommandScript
 CommandScript (const char *name)
Protected Member Functions inherited from ScriptObject
 ScriptObject (const char *name)
virtual ~ScriptObject ()

Detailed Description

Definition at line 45 of file cs_packet.cpp.

Constructor & Destructor Documentation

◆ packet_commandscript()

packet_commandscript::packet_commandscript ( )
inline

Definition at line 48 of file cs_packet.cpp.

References CommandScript::CommandScript().

Member Function Documentation

◆ GetCommands()

◆ HandlePacketCharStartCommand()

bool packet_commandscript::HandlePacketCharStartCommand ( ChatHandler * handler,
char const * args )
inlinestatic

◆ HandlePacketCharStopCommand()

bool packet_commandscript::HandlePacketCharStopCommand ( ChatHandler * handler,
char const * args )
inlinestatic

◆ HandlePacketStartCommand()

bool packet_commandscript::HandlePacketStartCommand ( ChatHandler * handler,
char const *  )
inlinestatic

Definition at line 73 of file cs_packet.cpp.

References ChatHandler::PSendSysMessage(), and sPacketLog.

Referenced by GetCommands().

◆ HandlePacketStopCommand()

bool packet_commandscript::HandlePacketStopCommand ( ChatHandler * handler,
char const *  )
inlinestatic

Definition at line 80 of file cs_packet.cpp.

References ChatHandler::PSendSysMessage(), and sPacketLog.

Referenced by GetCommands().


The documentation for this class was generated from the following file: