TrinityCore
Loading...
Searching...
No Matches
group_commandscript Class Reference
+ Inheritance diagram for group_commandscript:

Public Member Functions

 group_commandscript ()
 
std::span< ChatCommandBuilder const > GetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
- 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) noexcept
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name) noexcept
 
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::span< ChatCommandBuilder const > 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 274 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 318 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 333 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 375 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 248 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 422 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 328 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 323 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 354 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 140 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 118 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 157 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: