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

Method dismissed

source/frontend/StarAiInterface.cpp:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void AiInterface::dismissed() {
202 if (m_chatterSound)
203 m_chatterSound->stop();
204
205 m_selectedMission = {};
206 m_selectedRecruit = {};
207
208 Pane::dismissed();
209}
210
211void AiInterface::setSourceEntityId(EntityId sourceEntityId) {
212 m_sourceEntityId = sourceEntityId;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected