BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Public Member Functions | |
Race::set | getRaces () const |
Unitset | getUnits () const |
void | setAlliance (bool allies=true, bool alliedVictory=true) |
Public Member Functions inherited from std::unordered_set< K > | |
T | unordered_set (T...args) |
T | begin (T...args) |
T | begin(int) (T...args) |
T | bucket (T...args) |
T | bucket_count (T...args) |
T | bucket_size (T...args) |
T | cbegin (T...args) |
T | cbegin(int) (T...args) |
T | cend (T...args) |
T | cend(int) (T...args) |
T | clear (T...args) |
T | count (T...args) |
T | emplace (T...args) |
T | emplace_hint (T...args) |
T | empty (T...args) |
T | end (T...args) |
T | end(int) (T...args) |
T | equal_range (T...args) |
T | erase (T...args) |
T | find (T...args) |
T | get_allocator (T...args) |
T | hash_function (T...args) |
T | insert (T...args) |
T | key_eq (T...args) |
T | load_factor (T...args) |
T | max_bucket_count (T...args) |
T | max_load_factor (T...args) |
T | max_size (T...args) |
T | operator= (T...args) |
T | rehash (T...args) |
T | reserve (T...args) |
T | size (T...args) |
T | swap (T...args) |
Additional Inherited Members | |
Public Attributes inherited from std::unordered_set< K > | |
K | keys |
A set containing Player objects.
Returns the set of all units that every player in this set owns.
Returns the list of races that each player in the set is.
true
, bool alliedVictory = true
)Sets the alliance status with all players contained in the Playerset.
allies | Set to true to set the player to allied, or false for enemy. |
alliedVictory | Set to true to turn on allied victory, or false to disable it. |