MCPcopy 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
335void ItemDrop::setEternal(bool eternal) {
336 m_eternal = eternal;
337}
338
339void ItemDrop::setIntangibleTime(float intangibleTime) {
340 m_intangibleTimer = GameTimer(intangibleTime);

Callers 2

createRandomizedDropMethod · 0.80
throwDropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected