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

Method statusEffects

source/game/StarObject.cpp:1119–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117}
1118
1119List<PersistentStatusEffect> Object::statusEffects() const {
1120 return m_config->statusEffects;
1121}
1122
1123PolyF Object::statusEffectArea() const {
1124 if (auto orientation = currentOrientation()) {

Callers 11

weatherStatusEffectsMethod · 0.45
PlayerMethod · 0.45
initMethod · 0.45
reviveMethod · 0.45
updateMethod · 0.45
finalizeCreationMethod · 0.45
tickMasterMethod · 0.45
weatherStatusEffectsMethod · 0.45
NpcMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected