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

Method addEphemeralStatusEffects

source/game/StarNpc.cpp:1037–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037void Npc::addEphemeralStatusEffects(List<EphemeralStatusEffect> const& statusEffects) {
1038 m_statusController->addEphemeralEffects(statusEffects);
1039}
1040
1041ActiveUniqueStatusEffectSummary Npc::activeUniqueStatusEffectSummary() const {
1042 return m_statusController->activeUniqueStatusEffectSummary();

Callers

nothing calls this directly

Calls 1

addEphemeralEffectsMethod · 0.45

Tested by

no test coverage detected