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

Class Attack_Add

bwapi/BWScriptEmulator/Attack_Add.h:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace AISCRIPT
5{
6 class Attack_Add : public Opcode
7 {
8 public:
9 // Ctor
10 Attack_Add(AISCRIPT::Enum::Enum n) : Opcode(n) {};
11
12 // Execute
13 virtual bool execute(aithread &thread) const;
14 };
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected