Package

net.psforever.objects

serverobject

Permalink

package serverobject

Visibility
  1. Public
  2. All

Type Members

  1. abstract class PlanetSideServerObject extends PlanetSideGameObject with FactionAffinity with ZoneAware

    Permalink

    An object layered on top of the standard game object class that maintains an internal ActorRef.

    An object layered on top of the standard game object class that maintains an internal ActorRef. A measure of synchronization can be managed using this Actor.

  2. class ServerObjectBuilder[A <: PlanetSideServerObject] extends AnyRef

    Permalink

    Customizable native entity instantiation logic at the ZoneMap level.

    Customizable native entity instantiation logic at the ZoneMap level. Produces environmental constants such as Terminal objects and Door objects.

    ZoneMap is the expected position where this class is defined. Within Zone.Init is where this class is expected to be fully executed. The former is a blueprint which provides as many emitted entities based on how many Zone objects utilize it. constructor is required to have the form (Int, ActorContext) => A by the point where it executes due to invocation of the Build method. For that reason, it must exist in an Actor which has an ActorContext to lend, hence the Zone's Actor. Furthermore, the requirement of a NumberPoolHub means the region is accessible to and defined by a closed number space, which is also the Zone. It utilizes those qualities of the enclosing region to construct the entity within that region.

    Example: ServerObjectBuilder(n, function)
    Example: new ServerBuilderObject[A](n, function), where function is a (Int,Context)=>A

    A

    any object that extends from PlanetSideServerObject that will be produced by this class; can be inferred from the output of constructor

    See also

    Zone.Init

    ZoneMap

Value Members

  1. object CommonMessages

    Permalink
  2. object ServerObjectBuilder

    Permalink
  3. package affinity

    Permalink
  4. package deploy

    Permalink
  5. package doors

    Permalink
  6. package hackable

    Permalink
  7. package implantmech

    Permalink
  8. package locks

    Permalink
  9. package mblocker

    Permalink
  10. package mount

    Permalink
  11. package pad

    Permalink
  12. package painbox

    Permalink
  13. package resourcesilo

    Permalink
  14. package structures

    Permalink
  15. package terminals

    Permalink
  16. package tube

    Permalink
  17. package turret

    Permalink

Ungrouped