Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ completionText
Method
completionText
source/game/StarQuests.cpp:401–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
String Quest::completionText() const {
402
return m_completionText;
403
}
404
405
String Quest::failureText() const {
406
return m_failureText;
Callers
1
QuestCompleteInterface
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected