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

Class ForceImpl

bwapi/BWAPI/Source/BWAPI/ForceImpl.h:12–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 typedef PlayerInterface *Player;
11
12 class ForceImpl : public ForceInterface
13 {
14 public:
15 ForceImpl(std::string const & name);
16 virtual int getID() const override;
17 virtual std::string getName() const override;
18 virtual Playerset getPlayers() const override;
19 Playerset players;
20 std::string name;
21 void setID(int newID);
22 private:
23 int id = -1;
24 };
25};

Callers 1

GameImplMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected