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

Class Build

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

Source from the content-addressed store, hash-verified

4namespace AISCRIPT
5{
6 class Build : public Opcode
7 {
8 public:
9 // Ctor
10 Build() : Opcode(Enum::BUILD) {};
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