MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / GetCommandStatus

Function GetCommandStatus

zone/command.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427uint8 GetCommandStatus(std::string command_name)
428{
429 return commands_map[command_name];
430}
431
432/*
433 *

Callers 7

command_listFunction · 0.85
ShowRecipeFunction · 0.85
FindNPCTypeFunction · 0.85
FindRecipeFunction · 0.85
FindTaskFunction · 0.85
FindSpellFunction · 0.85
FindCurrencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected