Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ direction
Method
direction
source/game/StarObject.cpp:331–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
Direction Object::direction() const {
332
return m_direction.get();
333
}
334
335
void Object::setDirection(Direction direction) {
336
m_direction.set(direction);
Callers
4
getWalkingNeighborsInDirection
Method · 0.45
update
Method · 0.45
updateForceRegions
Method · 0.45
damageSources
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected