final case classInfantryLoadoutPage() extends LoadoutTab with Product with Serializable
The tab used to select which custom loadout the player is using.
Player loadouts are defined by an exo-suit to be worn by the player
and equipment in the holsters and the inventory.
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 an exo-suit type is considered excluded, the whole loadout is blocked.
If the exclusion is written as a Tuple object (A, B),
A will be expected as an exo-suit type, and B will be expected as its subtype,
and the pair must both match to block the whole loadout.
If any of the player's inventory is considered excluded, only those items will be filtered.
Serializable, Serializable, Product, Equals, LoadoutTab, Tab, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
InfantryLoadoutPage
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
newInfantryLoadoutPage()
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 InfantryLoadoutPage to
any2stringadd[InfantryLoadoutPage] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from InfantryLoadoutPage to
ArrowAssoc[InfantryLoadoutPage] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from InfantryLoadoutPage to
StringFormat[InfantryLoadoutPage] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from InfantryLoadoutPage to
ArrowAssoc[InfantryLoadoutPage] performed by method ArrowAssoc in scala.Predef.
The tab used to select which custom loadout the player is using. Player loadouts are defined by an exo-suit to be worn by the player and equipment in the holsters and the inventory. 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 an exo-suit type is considered excluded, the whole loadout is blocked. If the exclusion is written as a
Tuple
object(A, B)
,A
will be expected as an exo-suit type, andB
will be expected as its subtype, and the pair must both match to block the whole loadout. If any of the player's inventory is considered excluded, only those items will be filtered.Loadout
InfantryLoadout
Equipment
ExoSuitType