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

Method statusController

source/game/StarNpc.cpp:1094–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094StatusController* Npc::statusController() {
1095 return m_statusController.get();
1096}
1097
1098Songbook* Npc::songbook() {
1099 return m_songbook.get();

Callers 10

initMethod · 0.45
initMethod · 0.45
initScriptMethod · 0.45
beamGunRadiusMethod · 0.45
canUseMethod · 0.45
triggerEffectsMethod · 0.45
initMethod · 0.45
ContainerPaneMethod · 0.45
ScriptPaneMethod · 0.45
ChatMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected