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

Method cancelOffer

source/game/StarQuests.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void Quest::cancelOffer() {
251 setState(QuestState::New);
252 m_scriptComponent.invoke("questCancel");
253 uninitScript();
254}
255
256void Quest::start() {
257 setState(QuestState::Active);

Callers 1

dismissedMethod · 0.80

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected