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

Method clearEphemeralEffects

source/game/StarStatusController.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void StatusController::clearEphemeralEffects() {
328 for (auto const& key : m_uniqueEffects.keys())
329 removeEphemeralEffect(key);
330}
331
332bool StatusController::appliesEnvironmentStatusEffects() const {
333 return m_appliesEnvironmentStatusEffects;

Callers 1

reviveMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected