MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / species

Method species

source/game/StarPlayer.cpp:2262–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2260}
2261
2262String Player::species() const {
2263 return m_identity.species;
2264}
2265
2266void Player::setPersonality(Personality const& personality) {
2267 m_identity.personality = personality;

Callers 5

PlayerMethod · 0.45
diskLoadMethod · 0.45
initMethod · 0.45
setSpeciesMethod · 0.45
finalizeCreationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected