Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ triggeredStorage
Method
triggeredStorage
source/game/StarSystemWorldServer.cpp:300–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
bool SystemWorldServer::triggeredStorage() {
301
bool store = m_triggerStorage;
302
m_triggerStorage = false;
303
return store;
304
}
305
306
Json SystemWorldServer::diskStore() {
307
JsonArray storedObjects;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected