object Players
- Source
- Players.scala
- Alphabetic
- By Inheritance
- Players
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def CertificationToUseExoSuit(player: Player, exosuit: types.ExoSuitType.Value, subtype: Int): Boolean
- def FinishRevivingPlayer(target: Player, medic: String, item: Tool)(): Unit
na
na
- target
the player being revived
- medic
the name of the player doing the reviving
- item
the tool being used to revive the target player
- See also
AvatarAction.ReviveAvatarResponse.Revive
- def RevivingTickAction(target: Player, user: Player, item: Tool)(progress: Float): Boolean
Evaluate the progress of the user applying a tool to modify some other server object.
Evaluate the progress of the user applying a tool to modify some other server object. This action is using the medical applicator to revive a fallen (dead but not released) ally.
- target
the player being affected by the revive action
- user
the player performing the revive action
- item
the tool being used to revive the target player
- progress
the current progress value
- returns
true, if the next cycle of progress should occur;false, otherwise
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearHolsters(iter: Iterator[EquipmentSlot], index: Int = 0, list: List[InventoryItem] = Nil): List[InventoryItem]
Iterate over a group of
EquipmentSlots, some of which may be occupied with an item.Iterate over a group of
EquipmentSlots, some of which may be occupied with an item. Remove any encountered items and add them to an outputList.- iter
the
IteratorofEquipmentSlots- index
a number that equals the "current" holster slot (
EquipmentSlot)- list
a persistent
ListofEquipmentin the holster slots- returns
a
ListofEquipmentin the holster slots
- Annotations
- @tailrec()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fillEmptyHolsters(iter: Iterator[EquipmentSlot], list: List[InventoryItem]): List[InventoryItem]
Iterate over a group of
EquipmentSlots, some of which may be occupied with an item.Iterate over a group of
EquipmentSlots, some of which may be occupied with an item. For any slots that are not yet occupied by an item, search through theListand find an item that fits in that slot. Add that item to the slot and remove it from the list.- iter
the
IteratorofEquipmentSlots- list
a
Listof allEquipmentthat is not yet assigned to a holster slot or an inventory slot- returns
the
Listof allEquipmentnot yet assigned to a holster slot or an inventory slot
- Annotations
- @tailrec()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()