Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setProgress
Method
setProgress
source/game/StarQuests.cpp:520–522 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
518
}
519
520
void Quest::setProgress(Maybe<float> const& progress) {
521
m_progress = progress;
522
}
523
524
void Quest::setCompassDirection(Maybe<float> const& compassDirection) {
525
m_compassDirection = compassDirection;
Callers
3
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected