MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / canRun

Method canRun

game/state/shared/agent.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 // Called when current stats were changed and modified stats need to catch up
174 void updateModifiedStats();
175 bool canRun() { return modified_stats.canRun(); }
176
177 void updateIsBrainsucker();
178 bool isBrainsucker = false;

Callers 2

advanceAlongPathMethod · 0.45
updatePathPreviewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected