Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ walkingDirection
Method
walkingDirection
source/game/StarNpc.cpp:1009–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1007
}
1008
1009
Direction Npc::walkingDirection() const {
1010
return m_movementController->movingDirection();
1011
}
1012
1013
bool Npc::isAdmin() const {
1014
return false;
Callers
1
placeInWorld
Method · 0.45
Calls
1
movingDirection
Method · 0.80
Tested by
no test coverage detected