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

Method addEffectEmitters

source/game/StarNpc.cpp:1078–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076void Npc::interact(InteractAction const&) {}
1077
1078void Npc::addEffectEmitters(StringSet const& emitters) {
1079 m_effectEmitter->addEffectSources("normal", emitters);
1080}
1081
1082void Npc::requestEmote(String const& emote) {
1083 if (!emote.empty()) {

Callers 2

updateMethod · 0.45
updateMethod · 0.45

Calls 1

addEffectSourcesMethod · 0.80

Tested by

no test coverage detected