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

Class Build_Bunkers

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

Source from the content-addressed store, hash-verified

4namespace AISCRIPT
5{
6 class Build_Bunkers : public Opcode
7 {
8 public:
9 // Ctor
10 Build_Bunkers(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