Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2262
String Player::species() const {
2263
return m_identity.species;
2264
}
2265
2266
void Player::setPersonality(Personality const& personality) {
2267
m_identity.personality = personality;
Callers
5
Player
Method · 0.45
diskLoad
Method · 0.45
init
Method · 0.45
setSpecies
Method · 0.45
finalizeCreation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected