Provide a context for a VehicleActor - the VehicleControl.
A vehicle can be passed between different zones and, therefore, does not belong to the zone.
A vehicle cna be given to different players and can persist and change though players have gone.
Therefore, also does not belong to WorldSessionActor.
A vehicle must anchored to something that exists outside of the InterstellarCluster and its agents.
The only purpose of this Actor is to allow vehicles to borrow a context for the purpose of Actor creation.
It is also be allowed to be responsible for cleaning up that context.
(In reality, it can be cleaned up anywhere a PoisonPill can be sent.)
This Actor is intended to sit on top of the event system that handles broadcast messaging.
This member is added by an implicit conversion from ZoneVehicleActor to
any2stringadd[ZoneVehicleActor] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ZoneVehicleActor to
StringFormat[ZoneVehicleActor] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline()
final defgetClass(): Class[_]
Definition Classes
AnyRef → Any
defhashCode(): Int
Definition Classes
AnyRef → Any
final defisInstanceOf[T0]: Boolean
Definition Classes
Any
final defne(arg0: AnyRef): Boolean
Definition Classes
AnyRef
final defnotify(): Unit
Definition Classes
AnyRef
final defnotifyAll(): Unit
Definition Classes
AnyRef
defpostRestart(reason: Throwable): Unit
Definition Classes
Actor
Annotations
@throws(classOf[java.lang.Exception])
defpostStop(): Unit
Definition Classes
Actor
Annotations
@throws(classOf[java.lang.Exception])
defpreRestart(reason: Throwable, message: Option[Any]): Unit
Provide a context for a
Vehicle
Actor
- theVehicleControl
.A vehicle can be passed between different zones and, therefore, does not belong to the zone. A vehicle cna be given to different players and can persist and change though players have gone. Therefore, also does not belong to
WorldSessionActor
. A vehicle must anchored to something that exists outside of theInterstellarCluster
and its agents.The only purpose of this
Actor
is to allow vehicles to borrow a context for the purpose ofActor
creation. It is also be allowed to be responsible for cleaning up that context. (In reality, it can be cleaned up anywhere aPoisonPill
can be sent.)This
Actor
is intended to sit on top of the event system that handles broadcast messaging.