package mount
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class MountInfo(seatIndex: Int, positionOffset: Vector3) extends Product with Serializable
- trait MountRestriction[A] extends AnyRef
- trait Mountable extends AnyRef
A
Trait
common to all game objects that permit players to interact with established spatial locations external to the object ("mount points") and attach to the object in internal indices ("seats") for an undefined length of time.A
Trait
common to all game objects that permit players to interact with established spatial locations external to the object ("mount points") and attach to the object in internal indices ("seats") for an undefined length of time.- See also
Seat
- trait MountableBehavior extends AnyRef
- trait MountableDefinition extends AnyRef
- trait MountableEntity extends AnyRef
- trait MountableSpace[A <: MountableEntity] extends AnyRef
- trait MountableSpaceDefinition[A] extends BasicDefinition
- class Seat extends MountableSpace[Player]
- class SeatDefinition extends BasicDefinition with MountableSpaceDefinition[Player]
Value Members
- case object LargeCargo extends MountRestriction[Vehicle] with Product with Serializable
- case object MaxOnly extends MountRestriction[Player] with Product with Serializable
- object MountInfo extends Serializable
- object Mountable
- case object NoMax extends MountRestriction[Player] with Product with Serializable
- case object NoReinforcedOrMax extends MountRestriction[Player] with Product with Serializable
- case object SmallCargo extends MountRestriction[Vehicle] with Product with Serializable
- case object Unrestricted extends MountRestriction[Player] with Product with Serializable