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

Method karbonite

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

The karbonite in the team's resource pool.

(&self)

Source from the content-addressed store, hash-verified

424
425 /// The karbonite in the team's resource pool.
426 pub fn karbonite(&self) -> u32 {
427 self.my_team().karbonite
428 }
429
430 fn process_karbonite(&mut self, team: Team) {
431 let karbonite_current: u32 = self.get_team(team).karbonite;

Callers 6

run.pyFile · 0.45
run.pyFile · 0.45
ok_if_can_blueprintMethod · 0.45
ok_if_can_replicateMethod · 0.45
examplefuncsplayerFunction · 0.45

Calls 1

my_teamMethod · 0.80

Tested by

no test coverage detected