MCPcopy Index your code
hub / github.com/battlecode/battlecode-2018 / team

Method team

battlecode-engine/src/world.rs:411–413  ·  view source on GitHub ↗

The team whose turn it is.

(&self)

Source from the content-addressed store, hash-verified

409
410 /// The team whose turn it is.
411 pub fn team(&self) -> Team {
412 self.player_to_move.team
413 }
414
415 /// The starting map of the given planet. Includes the map's planet,
416 /// dimensions, impassable terrain, and initial units and karbonite.

Callers 14

filterMethod · 0.45
my_teamMethod · 0.45
my_team_mutMethod · 0.45
my_unitMethod · 0.45
my_unit_mutMethod · 0.45
process_researchMethod · 0.45
blueprintMethod · 0.45
replicateMethod · 0.45
process_rangersMethod · 0.45
process_factoriesMethod · 0.45
end_turnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected