From 846cb066d5410cf61205f923425e7b8c0065bbeb Mon Sep 17 00:00:00 2001 From: jgillich Date: Sun, 21 May 2023 11:42:26 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20psforeve?= =?UTF-8?q?r/PSF-LoginServer@c22d86acef081f689f9d2c01f31c989668bea1ba=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net/psforever/objects/Vehicles$.html | 2 +- net/psforever/objects/serverobject/deploy/Deployment$.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/psforever/objects/Vehicles$.html b/net/psforever/objects/Vehicles$.html index cd415fcd9..bd589ab83 100644 --- a/net/psforever/objects/Vehicles$.html +++ b/net/psforever/objects/Vehicles$.html @@ -32,7 +32,7 @@ The type of carrier is not an important consideration in determining the orienta 0 is or straight-on mounting, valid for almost all cases

  • def Disown(player: Player, vehicle: Vehicle): Option[Vehicle]

    Disassociate a player from a vehicle that he owns without associating a different player as the owner.

    Disassociate a player from a vehicle that he owns without associating a different player as the owner. Set the vehicle's driver mount permissions and passenger and gunner mount permissions to "allow empire," then reload them for all clients. -This is the vehicle side of vehicle ownership removal.

    player

    the player

  • def Disown(player: Player, zoneOpt: Option[Zone]): Option[Vehicle]

    Disassociate a player from a vehicle that he owns.

    Disassociate a player from a vehicle that he owns. +This is the vehicle side of vehicle ownership removal.

    player

    the player

    vehicle

    the vehicle

  • def Disown(player: Player, zoneOpt: Option[Zone]): Option[Vehicle]

    Disassociate a player from a vehicle that he owns.

    Disassociate a player from a vehicle that he owns. The vehicle must exist in the game world on the specified continent. This is similar but unrelated to the natural exchange of ownership when someone else sits in the vehicle's driver mount. This is the player side of vehicle ownership removal.

    player

    the player

  • def Disown(player: Player, zone: Zone): Option[Vehicle]

    Disassociate a player from a vehicle that he owns.

    Disassociate a player from a vehicle that he owns. diff --git a/net/psforever/objects/serverobject/deploy/Deployment$.html b/net/psforever/objects/serverobject/deploy/Deployment$.html index 984653f0a..24adedfd2 100644 --- a/net/psforever/objects/serverobject/deploy/Deployment$.html +++ b/net/psforever/objects/serverobject/deploy/Deployment$.html @@ -6,5 +6,4 @@ Two sequences are defined.

    Two sequences are defined. The more elaborate sequence proceeds from Mobile --> Deploying --> Deployed --> Undeploying --> Mobile. This is the standard in-game deploy cycle. -The sequence void of complexity is State7 --> State7. -State7 is an odd condition possessed mainly by vehicles that do not deploy.

    from_state

    the original deployment state

    returns

    the deployment state that is being transitioned

  • final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  • final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +All other sequences are void of complexity and should not mutate from their original value.

    from_state

    the original deployment state

    returns

    the deployment state that is being transitioned

  • final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  • def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  • final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Inherited from AnyRef

    Inherited from Any

    Ungrouped