Class

net.psforever.objects.serverobject.terminals

ProximityTerminalDefinition

Related Doc: package terminals

Permalink

class ProximityTerminalDefinition extends TerminalDefinition with ProximityDefinition

The definition for any Terminal that can be accessed for amenities and services, triggered when a certain distance from the unit itself (proximity-based).

Source
ProximityTerminalDefinition.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProximityTerminalDefinition
  2. ProximityDefinition
  3. TerminalDefinition
  4. ObjectDefinition
  5. BasicDefinition
  6. AnyRef
  7. 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 ProximityTerminalDefinition(objectId: Int)

    Permalink

    objectId

    the object's identifier number

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 ProximityTerminalDefinition to any2stringadd[ProximityTerminalDefinition] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ProximityTerminalDefinition, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ProximityTerminalDefinition to ArrowAssoc[ProximityTerminalDefinition] 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
    ProximityTerminalDefinitionTerminalDefinition
    See also

    Terminal.Exchange

  15. def TargetValidation: HashMap[ProximityTarget.Value, (PlanetSideGameObject) ⇒ Boolean]

    Permalink
    Definition Classes
    ProximityDefinition
  16. def UseRadius: Float

    Permalink
    Definition Classes
    ProximityDefinition
  17. def UseRadius_=(radius: Float): Float

    Permalink
    Definition Classes
    ProximityDefinition
  18. def Validations: Seq[(PlanetSideGameObject) ⇒ Boolean]

    Permalink
    Definition Classes
    ProximityDefinition
  19. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. 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
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

Inherited from ProximityDefinition

Inherited from TerminalDefinition

Inherited from ObjectDefinition

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped