Class/Object

net.psforever.objects

LocalProjectile

Related Docs: object LocalProjectile | package objects

Permalink

class LocalProjectile extends PlanetSideServerObject

A LocalProjectile is a server-side object designed to populate a fake shared space. It is a placeholder intended to block out the existence of projectiles communicated from clients. All clients reserve the same internal range of user-generated GUID's from 40100 to 40124, inclusive. All clients recognize this same range independent of each other as "their own featureless projectiles."

Source
LocalProjectile.scala
See also

Zone.MakeReservedObjects
Projectile.BaseUID
Projectile.RangeUID

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalProjectile
  2. PlanetSideServerObject
  3. ZoneAware
  4. FactionAffinity
  5. PlanetSideGameObject
  6. WorldEntity
  7. IdentifiableEntity
  8. Identifiable
  9. AnyRef
  10. 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 LocalProjectile()

    Permalink

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from LocalProjectile to ArrowAssoc[LocalProjectile] 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 Actor: ActorRef

    Permalink

    Retrieve a reference to the internal Actor.

    Retrieve a reference to the internal Actor.

    returns

    the internal ActorRef

    Definition Classes
    PlanetSideServerObject
  7. def Actor_=(control: ActorRef): ActorRef

    Permalink

    Assign an Actor to act for this server object.

    Assign an Actor to act for this server object. This reference is only set once, that is, as long as the internal ActorRef directs to Actor.noSender (null).

    control

    the Actor whose functionality will govern this server object

    returns

    the current internal ActorRef

    Definition Classes
    PlanetSideServerObject
  8. def Continent: String

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  9. def Continent_=(zone: String): String

    Permalink
    Definition Classes
    PlanetSideServerObjectZoneAware
  10. def Definition: ObjectDefinition

    Permalink
    Definition Classes
    LocalProjectilePlanetSideGameObject
  11. def Entity: WorldEntity

    Permalink
    Definition Classes
    PlanetSideGameObject
  12. def Entity_=(newEntity: WorldEntity): Unit

    Permalink
    Definition Classes
    PlanetSideGameObject
  13. def Faction: types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    LocalProjectileFactionAffinity
  14. def Faction_=(fac: types.PlanetSideEmpire.Value): types.PlanetSideEmpire.Value

    Permalink
    Definition Classes
    FactionAffinity
  15. def GUID: PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  16. def GUID_=(guid: PlanetSideGUID): PlanetSideGUID

    Permalink
    Definition Classes
    IdentifiableEntityIdentifiable
  17. def HasGUID: Boolean

    Permalink
    Definition Classes
    IdentifiableEntity
  18. def Invalidate(): Unit

    Permalink
    Definition Classes
    IdentifiableEntity
  19. def Orientation: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  20. def Orientation_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  21. def Position: Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  22. def Position_=(vec: Vector3): Vector3

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  23. def Velocity: Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  24. def Velocity_=(vec: Option[Vector3]): Option[Vector3]

    Permalink
    Definition Classes
    PlanetSideGameObjectWorldEntity
  25. def Velocity_=(vec: Vector3): Option[Vector3]

    Permalink
    Definition Classes
    WorldEntity
  26. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def ensuring(cond: (LocalProjectile) ⇒ Boolean, msg: ⇒ Any): LocalProjectile

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from LocalProjectile to Ensuring[LocalProjectile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  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 LocalProjectile to StringFormat[LocalProjectile] 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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

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

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

Inherited from PlanetSideServerObject

Inherited from ZoneAware

Inherited from FactionAffinity

Inherited from PlanetSideGameObject

Inherited from WorldEntity

Inherited from IdentifiableEntity

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped