Class/Object

services.vehicle.support

TurretUpgrader

Related Docs: object TurretUpgrader | package support

Permalink

class TurretUpgrader extends SupportActor[Entry]

Source
TurretUpgrader.scala
Linear Supertypes
SupportActor[Entry], Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TurretUpgrader
  2. SupportActor
  3. Actor
  4. AnyRef
  5. 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 TurretUpgrader()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TurretUpgrader to ArrowAssoc[TurretUpgrader] 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 AllMountedWeaponMagazines(target: MountedWeapons): Iterable[AmmoBox]

    Permalink

    From an object that has mounted weapons, parse all of the internal ammunition loaded into all of the weapons.

    From an object that has mounted weapons, parse all of the internal ammunition loaded into all of the weapons.

    target

    the object with mounted weaponry

    returns

    all of the internal ammunition objects

  7. def ClearAll(): Unit

    Permalink
    Definition Classes
    TurretUpgraderSupportActor
  8. def ClearSpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit

    Permalink
    Definition Classes
    TurretUpgraderSupportActor
  9. def CreateEntry(obj: PlanetSideGameObject, zone: Zone, upgrade: net.psforever.objects.serverobject.turret.TurretUpgrade.Value, duration: Long): Entry

    Permalink
  10. def FinishUpgradingTurret(entry: Entry)(): Unit

    Permalink

    Finish upgrading the turret by announcing to other players that the weapon type has changed.

    Finish upgrading the turret by announcing to other players that the weapon type has changed. By this point, a prior required action that required that new ammunition objects had to be registered. It is now safe to announce that clients can update to the new weapon.

    entry

    na

  11. def HurryAll(): Unit

    Permalink
    Definition Classes
    TurretUpgraderSupportActor
  12. def HurrySpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit

    Permalink
    Definition Classes
    TurretUpgraderSupportActor
  13. def InclusionTest(entry: Entry): Boolean

    Permalink

    Determine whether or not the resulting entry is valid for this process.

    Determine whether or not the resulting entry is valid for this process. The primary purpose of this function should be to determine if the appropriate type of object is being submitted. Override.

    entry

    the entry

    returns

    true, if it can be processed; false, otherwise

    Definition Classes
    TurretUpgraderSupportActor
  14. def PartitionTargetsFromList(list: List[Entry], targets: List[Entry], zone: Zone, comparator: SimilarityComparator[Entry] = sameEntryComparator): (List[Entry], List[Entry])

    Permalink
    Definition Classes
    SupportActor
  15. def Processing: Receive

    Permalink
  16. def RetimeFirstTask(now: Long = System.nanoTime): Unit

    Permalink
  17. def UpgradeTurretAmmo(entry: Entry): Unit

    Permalink

    The process of upgrading a turret is nearly complete.

    The process of upgrading a turret is nearly complete. After the upgrade status is changed, the internal structure of the turret's weapons change to suit the configuration. Of special importance are internal ammo supplies of the changing weapon, the original ammunition that must be un-registered, and the new boxes that must be registered so the weapon may be introduced into the game world properly.

    entry

    na

  18. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  19. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  20. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  21. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  22. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  23. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  26. def debug(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  27. def ensuring(cond: (TurretUpgrader) ⇒ Boolean, msg: ⇒ Any): TurretUpgrader

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TurretUpgrader to Ensuring[TurretUpgrader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def entryManagementBehaviors: Receive

    Permalink
    Definition Classes
    SupportActor
  32. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def info(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. var list: List[Entry]

    Permalink
  41. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. def postStop(): Unit

    Permalink

    Sufficiently clean up the current contents of these waiting removal jobs.

    Sufficiently clean up the current contents of these waiting removal jobs. Cancel all timers, rush all entries in the lists through their individual steps, then empty the lists. This is an improved HurryAll.

    Definition Classes
    TurretUpgrader → Actor
  46. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  47. def preStart(): Unit

    Permalink

    Send the initial message that requests a task resolver for assisting in the removal process.

    Send the initial message that requests a task resolver for assisting in the removal process.

    Definition Classes
    TurretUpgrader → Actor
  48. def receive: Receive

    Permalink
    Definition Classes
    TurretUpgrader → Actor
  49. val sameEntryComparator: SimilarityComparator[Entry]

    Permalink
    Definition Classes
    TurretUpgraderSupportActor
  50. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  51. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  52. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. var task: Cancellable

    Permalink
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. def trace(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  57. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  58. final def wait(): Unit

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

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

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

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

Inherited from SupportActor[Entry]

Inherited from Actor

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped