Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
void Quest::cancelOffer() {
251
setState(QuestState::New);
252
m_scriptComponent.invoke(
"questCancel"
);
253
uninitScript();
254
}
255
256
void Quest::start() {
257
setState(QuestState::Active);
Callers
1
dismissed
Method · 0.80
Calls
1
invoke
Method · 0.45
Tested by
no test coverage detected