MCPcopy 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
292Gender Npc::gender() const {
293 return m_humanoid.identity().gender;
294}
295
296String Npc::npcType() const {
297 return m_npcVariant.typeName;

Callers 5

setEntityParameterMethod · 0.45
previewMethod · 0.45
makePlayerCallbacksMethod · 0.45
entityGenderMethod · 0.45
closeMethod · 0.45

Calls 1

identityMethod · 0.80

Tested by

no test coverage detected