public enum PlayerPlacementStatusDescribes the outcome of a local-player placement request.
Members
SuccessThe local player was moved successfully.fieldInvalidCoordinatesA coordinate was NaN, infinite, or outside CMAPI's bounds.fieldWorldNotReadyThe required world, planet, or local player is not ready.fieldHostRequiredOnly the current world host may move the local player.fieldNoReturnPointThis mod has no recorded return point.fieldPlayerChangedThe recorded point belongs to a previous local-player session.fieldPlanetChangedThe recorded point belongs to another planet.fieldOwnerInactiveThe mod which submitted the request is no longer active.fieldGameRejectedPlanet Crafter rejected the otherwise valid placement.fieldTimedOutCMAPI could not reach the game main thread within its safety timeout.fieldFailedAn unexpected game or compatibility error prevented placement.fieldSuccess
fieldSuccessThe local player was moved successfully.
InvalidCoordinates
fieldInvalidCoordinatesA coordinate was NaN, infinite, or outside CMAPI's bounds.
WorldNotReady
fieldWorldNotReadyThe required world, planet, or local player is not ready.
HostRequired
fieldHostRequiredOnly the current world host may move the local player.
NoReturnPoint
fieldNoReturnPointThis mod has no recorded return point.
PlayerChanged
fieldPlayerChangedThe recorded point belongs to a previous local-player session.
PlanetChanged
fieldPlanetChangedThe recorded point belongs to another planet.
OwnerInactive
fieldOwnerInactiveThe mod which submitted the request is no longer active.
GameRejected
fieldGameRejectedPlanet Crafter rejected the otherwise valid placement.
TimedOut
fieldTimedOutCMAPI could not reach the game main thread within its safety timeout.
Failed
fieldFailedAn unexpected game or compatibility error prevented placement.