Class/Object

net.psforever.objects.serverobject.terminals

OrderTerminalDefinition

Related Docs: object OrderTerminalDefinition | package terminals

Permalink

class OrderTerminalDefinition extends TerminalDefinition

The definition for any Terminal from which specifications can be altered. These specification alternations involve three classifications: the exchange of denominations of in-game hardware, i.e., Equipment, the modification of lists of personal statistics, e.g., Certifications, and saving and loading of preset configurations, i.e., Loadouts. This hardware is organized as "stock," occasionally supplemented. Terminals have tabs (visually) that are organized by different stock (internally) that determines the behavior available from that tab and what stock can be drawn or returned.

Equipment terminals are the property of bases and vehicles ("amenities"). To bases, the Terminal object is coupled loosely and may be allowed to diverge. To vehicles, the Terminal object is coupled directly to the faction affiliation of the vehicle.

Source
OrderTerminalDefinition.scala
See also

Utility

Terminal

Amenity

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderTerminalDefinition
  2. TerminalDefinition
  3. ObjectDefinition
  4. BasicDefinition
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OrderTerminalDefinition(objId: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to any2stringadd[OrderTerminalDefinition] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (OrderTerminalDefinition, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to ArrowAssoc[OrderTerminalDefinition] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def Descriptor: String

    Permalink
    Definition Classes
    BasicDefinition
  7. def Descriptor_=(description: Option[String]): String

    Permalink
    Definition Classes
    BasicDefinition
  8. def Descriptor_=(description: String): String

    Permalink
    Definition Classes
    BasicDefinition
  9. def Name: String

    Permalink
    Definition Classes
    BasicDefinition
  10. def Name_=(name: String): String

    Permalink
    Definition Classes
    BasicDefinition
  11. def ObjectId: Int

    Permalink
    Definition Classes
    ObjectDefinition
  12. final def Packet: ObjectCreateConverter[PlanetSideGameObject]

    Permalink

    Get the conversion object.

    Get the conversion object.

    Definition Classes
    ObjectDefinition
  13. final def Packet_=(pkt: ObjectCreateConverter[_]): PacketConverter

    Permalink

    Assign this definition a conversion object.

    Assign this definition a conversion object.

    pkt

    the new converter

    returns

    the current converter, after assignment

    Definition Classes
    ObjectDefinition
  14. def Request(player: Player, msg: Any): Exchange

    Permalink

    The unimplemented functionality for the entry function of form of activity processed by this terminal and codified by the input message (a "request").

    The unimplemented functionality for the entry function of form of activity processed by this terminal and codified by the input message (a "request").

    player

    the player who made the request

    msg

    the request message

    returns

    a message that resolves the transaction

    Definition Classes
    OrderTerminalDefinitionTerminalDefinition
    See also

    Terminal.Exchange

  15. def SellEquipmentByDefault: Boolean

    Permalink
  16. def SellEquipmentByDefault_=(sell: Boolean): Boolean

    Permalink
  17. def Tab: HashMap[Int, Tab]

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def ensuring(cond: (OrderTerminalDefinition) ⇒ Boolean, msg: ⇒ Any): OrderTerminalDefinition

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to Ensuring[OrderTerminalDefinition] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (OrderTerminalDefinition) ⇒ Boolean): OrderTerminalDefinition

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to Ensuring[OrderTerminalDefinition] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): OrderTerminalDefinition

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to Ensuring[OrderTerminalDefinition] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): OrderTerminalDefinition

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to Ensuring[OrderTerminalDefinition] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to StringFormat[OrderTerminalDefinition] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. var packet: PacketConverter

    Permalink

    a data converter for this type of object

    a data converter for this type of object

    Attributes
    protected
    Definition Classes
    ObjectDefinition
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (OrderTerminalDefinition, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from OrderTerminalDefinition to ArrowAssoc[OrderTerminalDefinition] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TerminalDefinition

Inherited from ObjectDefinition

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from OrderTerminalDefinition to any2stringadd[OrderTerminalDefinition]

Inherited by implicit conversion StringFormat from OrderTerminalDefinition to StringFormat[OrderTerminalDefinition]

Inherited by implicit conversion Ensuring from OrderTerminalDefinition to Ensuring[OrderTerminalDefinition]

Inherited by implicit conversion ArrowAssoc from OrderTerminalDefinition to ArrowAssoc[OrderTerminalDefinition]

Ungrouped