Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setEternal
Method
setEternal
source/game/StarItemDrop.cpp:335–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
void ItemDrop::setEternal(bool eternal) {
336
m_eternal = eternal;
337
}
338
339
void ItemDrop::setIntangibleTime(float intangibleTime) {
340
m_intangibleTimer = GameTimer(intangibleTime);
Callers
2
createRandomizedDrop
Method · 0.80
throwDrop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected