class SquadFeatures extends AnyRef
- Source
- SquadFeatures.scala
- Alphabetic
- By Inheritance
- SquadFeatures
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def AddWaypoint(guid: PlanetSideGUID, waypointType: SquadWaypoint, info: WaypointInfo): Option[WaypointData]
Display the indicated waypoint.
Despite the name, no waypoints are actually "added." All of the waypoints constantly exist as long as the squad to which they are attached exists.Display the indicated waypoint.
Despite the name, no waypoints are actually "added." All of the waypoints constantly exist as long as the squad to which they are attached exists. They are merely "activated" and "deactivated." No waypoint is ever remembered for the laze-indicated target.- guid
the squad's unique identifier
- waypointType
the type of the waypoint
- info
information about the waypoint, as was reported by the client's packet
- returns
the waypoint data, if the waypoint type is changed
- See also
SquadWaypointRequest
WaypointInfo
- def AllowedPlayers(list: List[Long]): List[Long]
- def AllowedPlayers(charId: Long): List[Long]
- def AutoApproveInvitationRequests: Boolean
- def AutoApproveInvitationRequests_=(autoApprove: Boolean): Boolean
- def DeniedPlayers(list: List[Long]): List[Long]
- def DeniedPlayers(charId: Long): List[Long]
- def DeniedPlayers(): List[Long]
- def InitialAssociation: Boolean
- def InitialAssociation_=(assoc: Boolean): Boolean
- def Listed: Boolean
- def Listed_=(announce: Boolean): Boolean
- def LocationFollowsSquadLead: Boolean
- def LocationFollowsSquadLead_=(follow: Boolean): Boolean
- def ProxyInvites: List[Long]
- def ProxyInvites_=(list: List[Long]): List[Long]
- def RemoveWaypoint(guid: PlanetSideGUID, waypointType: SquadWaypoint): Option[WaypointData]
Hide the indicated waypoint.
Hide the indicated waypoint. Unused waypoints are marked by having a non-zero z-coordinate.
Despite the name, no waypoints are actually "removed." All of the waypoints constantly exist as long as the squad to which they are attached exists. They are merely "activated" and "deactivated."- guid
the squad's unique identifier
- waypointType
the type of the waypoint
- def SearchForRole: Option[Int]
- def SearchForRole_=(role: Option[Int]): Option[Int]
- def SearchForRole_=(role: Int): Option[Int]
- val Squad: Squad
- def Start(implicit context: ActorContext, subs: SquadSubscriptionEntity): SquadFeatures
- def Stop: SquadFeatures
- def Switchboard: ActorRef
- def ToChannel: String
- def Waypoints: Array[WaypointData]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()