MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / init

Method init

source/game/StarItemDrop.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void ItemDrop::init(World* world, EntityId entityId, EntityMode mode) {
136 Entity::init(world, entityId, mode);
137
138 m_movementController.init(world);
139}
140
141void ItemDrop::uninit() {
142 Entity::uninit();

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected