Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ completionCinema
Method
completionCinema
source/game/StarQuests.cpp:528–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
Maybe<String> Quest::completionCinema() const {
529
return getTemplate()->completionCinema;
530
}
531
532
bool Quest::canBeAbandoned() const {
533
return getTemplate()->canBeAbandoned;
Callers
1
close
Method · 0.80
Calls
1
getTemplate
Function · 0.85
Tested by
no test coverage detected