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

Method research_info

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

The research info of the current team, including what branch is currently being researched, the number of rounds left.

(&self)

Source from the content-addressed store, hash-verified

1164 /// The research info of the current team, including what branch is
1165 /// currently being researched, the number of rounds left.
1166 pub fn research_info(&self) -> ResearchInfo {
1167 self.my_research()
1168 }
1169
1170 /// Resets the research queue to be empty. Returns true if the queue was
1171 /// not empty before, and false otherwise.

Callers

nothing calls this directly

Calls 1

my_researchMethod · 0.80

Tested by

no test coverage detected