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

Method setBodyDirectives

source/game/StarPlayer.cpp:2193–2194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191{ m_identityUpdated = true; m_humanoid->setIdentity(m_identity); }
2192
2193void Player::setBodyDirectives(String const& directives)
2194{ m_identity.bodyDirectives = directives; updateIdentity(); }
2195
2196void Player::setEmoteDirectives(String const& directives)
2197{ m_identity.emoteDirectives = directives; updateIdentity(); }

Callers 2

makePlayerCallbacksMethod · 0.80
changedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected