Packages

object SquadSwitchboard

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

Type Members

  1. final case class Except(excluded_member: Long, msg: SquadServiceResponse) extends Product with Serializable
  2. final case class Join(player: Player, position: Int, replyTo: ActorRef) extends Product with Serializable
  3. final case class Leave(charId: Long) extends Product with Serializable
  4. final case class Promote(candidate: Long) extends Product with Serializable
  5. final case class To(member: Long, msg: SquadServiceResponse) extends Product with Serializable
  6. final case class ToAll(msg: SquadServiceResponse) extends Product with Serializable

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 LoadSquadDefinition(squad: Squad, favorite: SquadLoadout): Unit

    Clear the current detail about a squad's membership and replace it with a previously stored details.

    Clear the current detail about a squad's membership and replace it with a previously stored details.

    squad

    the squad

    favorite

    the loadout object

  5. def PanicLeaveSquad(charId: Long, features: SquadFeatures, entry: Option[(Member, Int)], subscriptions: SquadSubscriptionEntity, squadDetailActorRef: ActorRef, log: Logger): Boolean

    Behaviors and exchanges necessary to undo the recruitment process for the squad role.

    The complement of the prior LeaveSquad method.

    Behaviors and exchanges necessary to undo the recruitment process for the squad role.

    The complement of the prior LeaveSquad method. This method deals entirely with other squad members observing the given squad member leaving the squad while the other method handles messaging only for the squad member who is leaving. The distinction is useful when unsubscribing from this service, as the ActorRef object used to message the player's client is no longer reliable and has probably ceased to exist.

    charId

    the player

    features

    the squad

    entry

    a paired membership role with its index in the squad

    returns

    if a role/index pair is provided

    See also

    LeaveSquad

    Publish

    SquadDetail

    SquadInfo

    SquadPositionDetail

    SquadPositionEntry

    SquadResponse.Leave

    UpdateSquadDetail

    UpdateSquadListWhenListed

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped