MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / expired

Method expired

source/game/StarEffectSourceDatabase.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool EffectSource::expired() const {
68 return m_expired;
69}
70
71void EffectSource::stop() {
72 m_stop = true;

Callers 3

isOpenMethod · 0.45
tickMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected