final case classVehicleLoadoutPage() extends LoadoutTab with Product with Serializable
The tab used to select which custom loadout the player's vehicle is using.
Vehicle loadouts are defined by a (superfluous) redefinition of the vehicle's mounted weapons
and equipment in the trunk.
In this case, the reference to the player that is a parameter of the functions maintains information about the loadouts;
no extra information specific to this page is necessary.
If a vehicle type (by definition) is considered excluded, the whole loadout is blocked.
If any of the vehicle's inventory is considered excluded, only those items will be filtered.
Serializable, Serializable, Product, Equals, LoadoutTab, Tab, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
VehicleLoadoutPage
Serializable
Serializable
Product
Equals
LoadoutTab
Tab
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
newVehicleLoadoutPage()
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from VehicleLoadoutPage to
any2stringadd[VehicleLoadoutPage] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from VehicleLoadoutPage to
ArrowAssoc[VehicleLoadoutPage] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from VehicleLoadoutPage to
StringFormat[VehicleLoadoutPage] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from VehicleLoadoutPage to
ArrowAssoc[VehicleLoadoutPage] performed by method ArrowAssoc in scala.Predef.
The tab used to select which custom loadout the player's vehicle is using. Vehicle loadouts are defined by a (superfluous) redefinition of the vehicle's mounted weapons and equipment in the trunk. In this case, the reference to the player that is a parameter of the functions maintains information about the loadouts; no extra information specific to this page is necessary. If a vehicle type (by definition) is considered excluded, the whole loadout is blocked. If any of the vehicle's inventory is considered excluded, only those items will be filtered.
VehicleLoadout
Loadout
Equipment