Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void ItemDrop::init(World* world, EntityId entityId, EntityMode mode) {
136
Entity::init(world, entityId, mode);
137
138
m_movementController.init(world);
139
}
140
141
void ItemDrop::uninit() {
142
Entity::uninit();
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected