From fa890e8792ca7d66982484dd256dcf9c130e6da8 Mon Sep 17 00:00:00 2001 From: Fate-JH Date: Mon, 8 Feb 2021 15:41:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20psforeve?= =?UTF-8?q?r/PSF-LoginServer@b4d6e9172f178d6043ac3c9b576705c72e98121b=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/definition/SeatDefinition.html | 2 +- net/psforever/objects/vehicles/Seat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/psforever/objects/definition/SeatDefinition.html b/net/psforever/objects/definition/SeatDefinition.html index 61c528d45..773c20126 100644 --- a/net/psforever/objects/definition/SeatDefinition.html +++ b/net/psforever/objects/definition/SeatDefinition.html @@ -1,3 +1,3 @@ PSF-LoginServer - master - net.psforever.objects.definition.SeatDefinition

class SeatDefinition extends BasicDefinition

The definition for a seat. -

Source
SeatDefinition.scala
Linear Supertypes
BasicDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeatDefinition
  2. BasicDefinition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SeatDefinition()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ArmorRestriction: vehicles.SeatArmorRestriction.Value
  5. def ArmorRestriction_=(restriction: vehicles.SeatArmorRestriction.Value): vehicles.SeatArmorRestriction.Value
  6. def Bailable: Boolean
  7. def Bailable_=(canBail: Boolean): Boolean
  8. def ControlledWeapon: Option[Int]
  9. def ControlledWeapon_=(wep: Option[Int]): Option[Int]
  10. def ControlledWeapon_=(wep: Int): Option[Int]
  11. def Descriptor: String
    Definition Classes
    BasicDefinition
  12. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  13. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  14. def Name: String
    Definition Classes
    BasicDefinition
  15. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped

+

Source
SeatDefinition.scala
Linear Supertypes
BasicDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeatDefinition
  2. BasicDefinition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SeatDefinition()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ArmorRestriction: vehicles.SeatArmorRestriction.Value
  5. def ArmorRestriction_=(restriction: vehicles.SeatArmorRestriction.Value): vehicles.SeatArmorRestriction.Value
  6. def Bailable: Boolean

    Determines if the seat can be bailed from while the vehicle is in motion

  7. def Bailable_=(canBail: Boolean): Boolean
  8. def ControlledWeapon: Option[Int]
  9. def ControlledWeapon_=(wep: Option[Int]): Option[Int]
  10. def ControlledWeapon_=(wep: Int): Option[Int]
  11. def Descriptor: String
    Definition Classes
    BasicDefinition
  12. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  13. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  14. def Name: String
    Definition Classes
    BasicDefinition
  15. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/net/psforever/objects/vehicles/Seat.html b/net/psforever/objects/vehicles/Seat.html index 120b9d816..60f5b0e74 100644 --- a/net/psforever/objects/vehicles/Seat.html +++ b/net/psforever/objects/vehicles/Seat.html @@ -1,4 +1,4 @@ PSF-LoginServer - master - net.psforever.objects.vehicles.Seat

class Seat extends AnyRef

Server-side support for a slot that infantry players can occupy, ostensibly called a "seat" and treated like a "seat." -(Players can sit in it.)

Source
Seat.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Seat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Seat(seatDef: SeatDefinition)

    seatDef

    the Definition that constructs this item and maintains some of its unchanging fields

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ArmorRestriction: SeatArmorRestriction.Value
  5. def Bailable: Boolean
  6. def ControlledWeapon: Option[Int]
  7. def Occupant: Option[Player]

    Is this seat occupied?

    Is this seat occupied?

    returns

    the Player object of the player sitting in this seat, or None if it is left vacant

  8. def Occupant_=(player: Option[Player]): Option[Player]
  9. def Occupant_=(player: Player): Option[Player]

    The player is trying to sit down.

    The player is trying to sit down. +(Players can sit in it.)

    Source
    Seat.scala
    Linear Supertypes
    AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Seat
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Seat(seatDef: SeatDefinition)

      seatDef

      the Definition that constructs this item and maintains some of its unchanging fields

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. def ArmorRestriction: SeatArmorRestriction.Value
    5. def Bailable: Boolean

      Determines if the seat can be bailed from while the vehicle is in motion

    6. def ControlledWeapon: Option[Int]
    7. def Occupant: Option[Player]

      Is this seat occupied?

      Is this seat occupied?

      returns

      the Player object of the player sitting in this seat, or None if it is left vacant

    8. def Occupant_=(player: Option[Player]): Option[Player]
    9. def Occupant_=(player: Player): Option[Player]

      The player is trying to sit down.

      The player is trying to sit down. Seats are exclusive positions that can only hold one occupant at a time.

      player

      the player who wants to sit, or None if the occupant is getting up

      returns

      the Player object of the player sitting in this seat, or None if it is left vacant

    10. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    11. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. def isOccupied: Boolean

      Is this seat occupied?

      Is this seat occupied?

      returns

      true, if it is occupied; false, otherwise

    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. def toString(): String

      Override the string representation to provide additional information.

      Override the string representation to provide additional information.

      returns

      the string output

      Definition Classes
      Seat → AnyRef → Any
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped