MCPcopy 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
528Maybe<String> Quest::completionCinema() const {
529 return getTemplate()->completionCinema;
530}
531
532bool Quest::canBeAbandoned() const {
533 return getTemplate()->canBeAbandoned;

Callers 1

closeMethod · 0.80

Calls 1

getTemplateFunction · 0.85

Tested by

no test coverage detected