public enum EnvironmentActionStatusDescribes the outcome of a requested environment mutation.
Members
SuccessThe requested action completed successfully.fieldInvalidArgumentThe supplied event ID or position was empty or invalid.fieldUnsupportedGameBuildThe current Planet Crafter build is missing one or more game hooks required by this CMAPI environment action.fieldWorldNotReadyThe required world, player, or environment manager is not ready.fieldHostRequiredThe action can only be performed by the current world host.fieldNotFoundNo current-planet definition matched the supplied stable ID.fieldAlreadyActiveAn environment event is already active and was left untouched.fieldRequirementsNotMetThe current world state does not meet the event's requirements.fieldGameRejectedThe game rejected the otherwise valid request.fieldOwnerInactiveThe mod which submitted the request is no longer active.fieldFailedAn unexpected game or compatibility error prevented the request.fieldSuccess
fieldSuccessThe requested action completed successfully.
InvalidArgument
fieldInvalidArgumentThe supplied event ID or position was empty or invalid.
UnsupportedGameBuild
fieldUnsupportedGameBuildThe current Planet Crafter build is missing one or more game hooks required by this CMAPI environment action.
WorldNotReady
fieldWorldNotReadyThe required world, player, or environment manager is not ready.
HostRequired
fieldHostRequiredThe action can only be performed by the current world host.
NotFound
fieldNotFoundNo current-planet definition matched the supplied stable ID.
AlreadyActive
fieldAlreadyActiveAn environment event is already active and was left untouched.
RequirementsNotMet
fieldRequirementsNotMetThe current world state does not meet the event's requirements.
GameRejected
fieldGameRejectedThe game rejected the otherwise valid request.
OwnerInactive
fieldOwnerInactiveThe mod which submitted the request is no longer active.
Failed
fieldFailedAn unexpected game or compatibility error prevented the request.