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

Method isDeployed

source/game/StarPlayer.cpp:2073–2075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2071}
2072
2073bool Player::isDeployed() const {
2074 return m_deployment->isDeployed();
2075}
2076
2077void Player::setBusyState(PlayerBusyState busyState) {
2078 m_effectsAnimator->setState("busy", PlayerBusyStateNames.getRight(busyState));

Callers 4

teleportInMethod · 0.45
teleportAbortMethod · 0.45
writePlayerDataMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected