Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ gender
Method
gender
source/game/StarNpc.cpp:292–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
Gender Npc::gender() const {
293
return m_humanoid.identity().gender;
294
}
295
296
String Npc::npcType() const {
297
return m_npcVariant.typeName;
Callers
5
setEntityParameter
Method · 0.45
preview
Method · 0.45
makePlayerCallbacks
Method · 0.45
entityGender
Method · 0.45
close
Method · 0.45
Calls
1
identity
Method · 0.80
Tested by
no test coverage detected