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

Method mission

source/game/StarAiDatabase.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43AiMission AiDatabase::mission(String const& missionName) const {
44 return m_missions.get(missionName);
45}
46
47AiSpeech AiDatabase::shipStatus(unsigned shipLevel) const {
48 // Find the first open speech set at this ship level or below.

Callers 3

selectMissionMethod · 0.80
populateMissionsMethod · 0.80
startMissionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected