MCPcopy Create free account
hub / github.com/bwapi/bwapi / getName

Method getName

bwapi/BWScriptEmulator/Opcode.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14const char * const Opcode::getName() const
15{
16 return AISCRIPT::getOpcodeName(this->opcode);
17}
18
19AISCRIPT::Enum::Enum Opcode::getOpcode() const
20{

Callers

nothing calls this directly

Calls 1

getOpcodeNameFunction · 0.85

Tested by

no test coverage detected