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

Method rocket_landings

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

The landing rounds and locations of rockets in space that belong to the current team.

(&self)

Source from the content-addressed store, hash-verified

1923 /// The landing rounds and locations of rockets in space that belong to the
1924 /// current team.
1925 pub fn rocket_landings(&self) -> RocketLandingInfo {
1926 self.my_team().rocket_landings.clone()
1927 }
1928
1929 fn ok_if_can_launch_rocket(&self, rocket_id: UnitID, destination: MapLocation)
1930 -> Result<(), GameError> {

Callers 1

Calls 2

cloneMethod · 0.80
my_teamMethod · 0.80

Tested by 1