A reference to an Actor that governs the logic of the object to accept Mountable messages.
A reference to an Actor that governs the logic of the object to accept Mountable messages.
Specifically, the Actor should intercept the logic of MountableControl.
the internal ActorRef
PlanetSideServerObject.Actor
MountableControl
Given a mount point index, return the associated seat index.
Given a mount point index, return the associated seat index.
the mount point
the seat index
Retrieve a mapping of each seat from its mount point index.
Retrieve a mapping of each seat from its mount point index.
the mapping of mount point to seat
Given a player, determine if that player is seated.
Given a player, determine if that player is seated.
the player
the seat index
Given a seat's index position, retrieve the internal Seat object.
Given a seat's index position, retrieve the internal Seat object.
the specific seat
Retrieve a mapping of each seat from its internal index.
Retrieve a mapping of each seat from its internal index.
the mapping of index to seat
A
Traitcommon 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.Seat