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

Method team

battlecode-engine/src/controller/mod.rs:262–264  ·  view source on GitHub ↗

The team whose turn it is.

(&self)

Source from the content-addressed store, hash-verified

260
261 /// The team whose turn it is.
262 pub fn team(&self) -> Team {
263 self.world.team()
264 }
265
266 /// The starting map of the given planet. Includes the map's planet,
267 /// dimensions, impassable terrain, and initial units and karbonite.

Callers 5

my_unitsMethod · 0.45
apply_turnMethod · 0.45
print_game_ansiMethod · 0.45
parse_bananasFunction · 0.45

Calls

no outgoing calls

Tested by 1

parse_bananasFunction · 0.36