Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clear
Method
clear
source/game/StarBehaviorState.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void BehaviorState::clear() {
163
m_rootState.reset();
164
}
165
166
BlackboardWeakPtr BehaviorState::blackboardPtr() {
167
if (auto master = m_board.maybe<BlackboardPtr>())
Callers
15
StarDrawable.cpp
File · 0.45
loadConfig
Method · 0.45
refreshWearables
Method · 0.45
expandRegionInLayer
Method · 0.45
setWorldLayout
Method · 0.45
addCustomTerrainRegion
Method · 0.45
addCustomSpaceRegion
Method · 0.45
clearCustomTerrains
Method · 0.45
addBiomeRegion
Method · 0.45
expandBiomeRegion
Method · 0.45
updateAllEntities
Method · 0.45
clearControls
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected