TrinityCore
group_commandscript Class Reference
+ Inheritance diagram for group_commandscript:

Public Member Functions

 group_commandscript ()
 
std::vector< ChatCommandGetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
virtual std::vector< Trinity::ChatCommands::ChatCommandBuilderGetCommands () const =0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Static Public Member Functions

static bool HandleGroupLevelCommand (ChatHandler *handler, Optional< PlayerIdentifier > player, int16 level)
 
static bool HandleGroupReviveCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupRepairCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupSummonCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupLeaderCommand (ChatHandler *handler, char const *args)
 
static bool GroupFlagCommand (ChatHandler *handler, char const *args, GroupMemberFlags flag, char const *what)
 
static bool HandleGroupAssistantCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupMainTankCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupMainAssistCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupDisbandCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupRemoveCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupJoinCommand (ChatHandler *handler, char const *args)
 
static bool HandleGroupListCommand (ChatHandler *handler, PlayerIdentifier const &target)
 

Additional Inherited Members

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

Detailed Description

Definition at line 42 of file cs_group.cpp.

Constructor & Destructor Documentation

◆ group_commandscript()

group_commandscript::group_commandscript ( )
inline

Definition at line 45 of file cs_group.cpp.

Member Function Documentation

◆ GetCommands()

std::vector< ChatCommand > group_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 47 of file cs_group.cpp.

+ Here is the call graph for this function:

◆ GroupFlagCommand()

static bool group_commandscript::GroupFlagCommand ( ChatHandler handler,
char const *  args,
GroupMemberFlags  flag,
char const *  what 
)
inlinestatic

Definition at line 286 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupAssistantCommand()

static bool group_commandscript::HandleGroupAssistantCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 330 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupDisbandCommand()

static bool group_commandscript::HandleGroupDisbandCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 345 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupJoinCommand()

static bool group_commandscript::HandleGroupJoinCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 387 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupLeaderCommand()

static bool group_commandscript::HandleGroupLeaderCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 260 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupLevelCommand()

static bool group_commandscript::HandleGroupLevelCommand ( ChatHandler handler,
Optional< PlayerIdentifier player,
int16  level 
)
inlinestatic

Definition at line 78 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupListCommand()

static bool group_commandscript::HandleGroupListCommand ( ChatHandler handler,
PlayerIdentifier const &  target 
)
inlinestatic

Definition at line 434 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupMainAssistCommand()

static bool group_commandscript::HandleGroupMainAssistCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 340 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupMainTankCommand()

static bool group_commandscript::HandleGroupMainTankCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 335 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupRemoveCommand()

static bool group_commandscript::HandleGroupRemoveCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 366 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupRepairCommand()

static bool group_commandscript::HandleGroupRepairCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 146 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupReviveCommand()

static bool group_commandscript::HandleGroupReviveCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 121 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleGroupSummonCommand()

static bool group_commandscript::HandleGroupSummonCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 169 of file cs_group.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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