MCPcopy Create free account
hub / github.com/SapphireServer/Sapphire / DebugCommand

Method DebugCommand

src/world/DebugCommand/DebugCommand.h:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 uint8_t m_gmLevel;
33
34 DebugCommand( const std::string& n, pFunc functionPtr, const std::string& hText, uint8_t uLevel )
35 {
36 m_commandName = n;
37 m_pFunc = functionPtr;
38 m_helpText = hText;
39 m_gmLevel = uLevel;
40 }
41
42 ~DebugCommand()
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected