Package

net.psforever.objects.serverobject

deploy

Permalink

package deploy

Visibility
  1. Public
  2. All

Type Members

  1. trait Deployment extends AnyRef

    Permalink

    A trait for the purposes of deploying a server object that supports the operation.

    A trait for the purposes of deploying a server object that supports the operation. As a mixin, it provides the local variable used to keep track of the deployment state and the logic to change the value of the deployment. Initially, the deployment state is Mobile.

  2. trait DeploymentBehavior extends AnyRef

    Permalink

    The logic governing Deployment objects that use the following messages: TryDeploymentChange, TryDeploy, and TryUndeploy.

    The logic governing Deployment objects that use the following messages: TryDeploymentChange, TryDeploy, and TryUndeploy. This is a mix-in trait for combining with existing Receive logic.

    See also

    DriveState

    Deployment

Value Members

  1. object Deployment

    Permalink

Ungrouped