Packages

class WarpGateDefinition extends BuildingDefinition with SpawnPointDefinition

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WarpGateDefinition
  2. SpawnPointDefinition
  3. BuildingDefinition
  4. SphereOfInfluence
  5. NtuContainerDefinition
  6. ObjectDefinition
  7. BasicDefinition
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WarpGateDefinition(objectId: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Delay: Long
    Definition Classes
    SpawnPointDefinition
  5. def Delay_=(toDelay: Long): Long
    Definition Classes
    SpawnPointDefinition
  6. def Descriptor: String
    Definition Classes
    BasicDefinition
  7. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  8. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  9. def MaxNtuCapacitor: Int
    Definition Classes
    NtuContainerDefinition
  10. def MaxNtuCapacitor_=(max: Int): Int
    Definition Classes
    NtuContainerDefinition
  11. def Name: String
    Definition Classes
    BasicDefinition
  12. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  13. def NoWarp: Set[VehicleDefinition]
    Definition Classes
    SpawnPointDefinition
  14. def ObjectId: Int
    Definition Classes
    ObjectDefinition
  15. final def Packet: ObjectCreateConverter[PlanetSideGameObject]

    Get the conversion object.

    Get the conversion object.

    Definition Classes
    ObjectDefinition
  16. final def Packet_=(pkt: ObjectCreateConverter[_]): PacketConverter

    Assign this definition a conversion object.

    Assign this definition a conversion object.

    pkt

    the new converter

    returns

    the current converter, after assignment

    Definition Classes
    ObjectDefinition
  17. def SOIRadius: Int
    Definition Classes
    SphereOfInfluence
  18. def SOIRadius_=(radius: Int): Int
    Definition Classes
    SphereOfInfluence
  19. def SpecificPoint(obj: SpawnPoint, target: PlanetSideGameObject): (Vector3, Vector3)
    Definition Classes
    SpawnPointDefinition
  20. def SpecificPointFunc: (SpawnPoint, PlanetSideGameObject) => (Vector3, Vector3)
    Definition Classes
    SpawnPointDefinition
  21. def SpecificPointFunc_=(func: (SpawnPoint, PlanetSideGameObject) => (Vector3, Vector3)): Unit
    Definition Classes
    SpawnPointDefinition
  22. def UseRadius: Float
    Definition Classes
    SpawnPointDefinition
  23. def UseRadius_=(rad: Float): Float
    Definition Classes
    SpawnPointDefinition
  24. def VehicleAllowance: Boolean
    Definition Classes
    SpawnPointDefinition
  25. def VehicleAllowance_=(allow: Boolean): Boolean
    Definition Classes
    SpawnPointDefinition
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. var packet: PacketConverter

    a data converter for this type of object

    a data converter for this type of object

    Attributes
    protected
    Definition Classes
    ObjectDefinition
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SpawnPointDefinition

Inherited from BuildingDefinition

Inherited from SphereOfInfluence

Inherited from NtuContainerDefinition

Inherited from ObjectDefinition

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped