c

net.psforever.actors.session.support

SessionMountHandlers

class SessionMountHandlers extends CommonSessionInterfacingFunctionality

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionMountHandlers
  2. CommonSessionInterfacingFunctionality
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SessionMountHandlers(sessionData: SessionData, avatarActor: ActorRef[Command], context: ActorContext)

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 DismountAction(tplayer: Player, obj: PlanetSideGameObject with Mountable, seatNum: Int): Unit

    Common activities/procedure when a player dismounts a valid mountable object.

    Common activities/procedure when a player dismounts a valid mountable object.

    tplayer

    the player

    obj

    the mountable object

    seatNum

    the mount out of which which the player is disembarking

  5. def DismountVehicleAction(tplayer: Player, obj: PlanetSideGameObject with Mountable, seatNum: Int): Unit

    Common activities/procedure when a player dismounts a valid mountable object.

    Common activities/procedure when a player dismounts a valid mountable object.

    tplayer

    the player

    obj

    the mountable object

    seatNum

    the mount out of which which the player is disembarking

  6. def MountingAction(tplayer: Player, obj: PlanetSideGameObject with Mountable, seatNum: Int): Unit

    Common activities/procedure when a player mounts a valid object.

    Common activities/procedure when a player mounts a valid object.

    tplayer

    the player

    obj

    the mountable object

    seatNum

    the mount into which the player is mounting

  7. def account: Account
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def avatar: Avatar
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. implicit val context: ActorContext
  12. def continent: Zone
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def handle(tplayer: Player, reply: Exchange): Unit

    na

    na

    tplayer

    na

    reply

    na

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def log: Logger
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def player: Player
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  25. def sendResponse(pkt: PlanetSideGamePacket): Unit
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  26. implicit val sender: ActorRef

    Hardwire an implicit sender to be the same as context.self of the SessionActor actor class for which this support class was initialized.

    Hardwire an implicit sender to be the same as context.self of the SessionActor actor class for which this support class was initialized. Allows for proper use for ActorRef.tell or an actor's ! in the support class, one where the result is always directed back to the same SessionActor instance. If there is a different packet "sender" that has to be respected by a given method, pass that ActorRef into the method as a parameter.

    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
    See also

    ActorRef.!(Any)(ActorRef)

    ActorRef.tell(Any)(ActorRef)

  27. def session: Session
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  28. val sessionData: SessionData
  29. def session_=(newsession: Session): Unit
    Attributes
    protected
    Definition Classes
    CommonSessionInterfacingFunctionality
  30. def stop(): Unit
    Attributes
    protected[actors.session]
    Definition Classes
    CommonSessionInterfacingFunctionality
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped