Packages

object SquadDetail extends Serializable

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

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. final val Blank: SquadDetail

    A featureless squad.

    A featureless squad. References the default overloaded constructor.

  5. def Field7(unk7: Int): SquadDetail
  6. def Guid(guid: Int): SquadDetail
  7. def Leader(char_id: Long, name: String): SquadDetail
  8. def LeaderCharId(char_id: Long): SquadDetail
  9. def LeaderName(name: String): SquadDetail
  10. def Members(list: List[SquadPositionEntry]): SquadDetail
  11. def OutfitId(char_id: Option[Long], outfit_id: Long): SquadDetail
  12. def Task(task: String): SquadDetail
  13. def ZoneId(zone: PlanetSideZoneID): SquadDetail
  14. def apply(unk1: Int, unk2: Int, leader_char_id: Long, outfit_id: Long, leader_name: String, task: String, zone_id: PlanetSideZoneID, unk7: Int, member_info: List[SquadPositionEntry]): SquadDetail

    An overloaded constructor that produces a complete squad with all fields populated.

    An overloaded constructor that produces a complete squad with all fields populated.

    returns

    a SquadDetail object

  15. def apply(): SquadDetail

    An overloaded constructor that produces a featureless squad.

    An overloaded constructor that produces a featureless squad.

    returns

    a SquadDetail object

  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()
  32. object Fields

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped