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

Method team

battlecode-engine/src/unit.rs:351–353  ·  view source on GitHub ↗

The team the unit belongs to.

(&self)

Source from the content-addressed store, hash-verified

349
350 /// The team the unit belongs to.
351 pub fn team(&self) -> Team {
352 self.team
353 }
354
355 /// The current research level.
356 pub fn research_level(&self) -> Level {

Callers 3

run.pyFile · 0.45
run.pyFile · 0.45
examplefuncsplayerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected