MCPcopy Create free account
hub / github.com/17cupsofcoffee/rl / ready

Method ready

src/components.rs:51–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49 }
50
51 pub fn ready(&self) -> bool {
52 self.energy >= self.speed
53 }
54}

Callers 3

grant_energyFunction · 0.80
player_movementFunction · 0.80
basic_enemy_movementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected