This previous state can be restored on any given player template
by reconstructing the items (if permitted) and re-assigning the uniform (if available).<br>
<br>
The fifth tab on an <code>order_terminal</code> window is occupied by the list of "Favorite" <code>Loadout</code> blueprints.
The ten-long list is initialized with <code>FavoritesMessage</code> packets assigned to the "Infantry" list.
Specific entries are added or removed using <code>FavoritesRequest</code> packets,
re-established using other conventional game packets.
</p></div><dlclass="paramcmts block"><dtclass="param">label</dt><ddclass="cmt"><p>the name by which this inventory will be known when displayed in a Favorites list;
field gets inherited</p></dd><dtclass="param">visible_slots</dt><ddclass="cmt"><p>simplified representation of the <code>Equipment</code> that can see "seen" on the target;
field gets inherited</p></dd><dtclass="param">inventory</dt><ddclass="cmt"><p>simplified representation of the <code>Equipment</code> in the target's inventory or trunk;
field gets inherited</p></dd><dtclass="param">exosuit</dt><ddclass="cmt"><p>the exo-suit in which the avatar will be dressed;
may be restricted</p></dd><dtclass="param">subtype</dt><ddclass="cmt"><p>the mechanized assault exo-suit specialization number that indicates whether the MAX performs:
anti-infantry (1), anti-vehicular (2), or anti-air work (3);
the default value is 0</p></dd></dl><dlclass="attributes block"><dt>Source</dt><dd><ahref="https://github.com/psforever/PSF-LoginServer/blob/master//home/runner/work/PSF-LoginServer/PSF-LoginServer/src/main/scala/net/psforever/objects/loadouts/InfantryLoadout.scala"target="_blank">InfantryLoadout.scala</a></dd></dl><divclass="toggleContainer"><divclass="toggle block"><span>Linear Supertypes</span><divclass="superTypes hiddenContent"><ahref="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html#java.io.Serializable"name="java.io.Serializable"id="java.io.Serializable"class="extype">Serializable</a>, <spanname="scala.Product"class="extype">Product</span>, <spanname="scala.Equals"class="extype">Equals</span>, <ahref="EquipmentLoadout.html"name="net.psforever.objects.loadouts.EquipmentLoadout"id="net.psforever.objects.loadouts.EquipmentLoadout"class="extype">EquipmentLoadout</a>, <ahref="Loadout.html"name="net.psforever.objects.loadouts.Loadout"id="net.psforever.objects.loadouts.Loadout"class="extype">Loadout</a>, <spanname="scala.AnyRef"class="extype">AnyRef</span>, <spanname="scala.Any"class="extype">Any</span></div></div></div></div><divid="mbrsel"><divclass="toggle"></div><divid="memberfilter"><iclass="material-icons arrow"></i><spanclass="input"><inputplaceholder="Filter all members"id="mbrsel-input"type="text"accesskey="/"/></span><iclass="clear material-icons"></i></div><divid="filterby"><divid="order"><spanclass="filtertype">Ordering</span><ol><liclass="alpha in"><span>Alphabetic</span></li><liclass="inherit out"><span>By Inheritance</span></li></ol></div><divclass="ancestors"><spanclass="filtertype">Inherited<br/></span><olid="linearization"><liclass="in"name="net.psforever.objects.loadouts.InfantryLoadout"><span>InfantryLoadout</span></li><liclass="in"name="java.io.Serializable"><span>Serializable</span></li><liclass="in"name="scala.Product"><span>Product</span></li><liclass="in"name="scala.Equals"><span>Equals</span></li><liclass="in"name="net.psforever.objects.loadouts.EquipmentLoadout"><span>EquipmentLoadout</span></li><liclass="in"name="net.psforever.objects.loadouts.Loadout"><span>Loadout</span></li><liclass="in"name="scala.AnyRef"><span>AnyRef</span></li><liclass="in"name="scala.Any"><span>Any</span></li></ol></div><divclass="ancestors"><spanclass="filtertype"></span><ol><liclass="hideall out"><span>Hide All</span></li><liclass="showall in"><span>Show All</span></li></ol></div><divid="visbl"><spanclass="filtertype">Visibility</span><ol><liclass="public in"><span>Public</span></li><liclass="protected out"><span>Protected</span></li></ol></div></div></div><divid="template"><divid="allMembers"><divid="constructors"class="members"><h3>Instance Constructors</h3><ol><liclass="indented0 "name="net.psforever.objects.loadouts.InfantryLoadout#<init>"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="<init>(label:String,visible_slots:List[net.psforever.objects.loadouts.Loadout.SimplifiedEntry],inventory:List[net.psforever.objects.loadouts.Loadout.SimplifiedEntry],exosuit:net.psforever.types.ExoSuitType.Value,subtype:Int):net.psforever.objects.loadouts.InfantryLoadout"></a><aid="<init>:InfantryLoadout"></a><spanclass="permalink"><ahref="../../../../net/psforever/objects/loadouts/InfantryLoadout.html#<init>(label:String,visible_slots:List[net.psforever.objects.loadouts.Loadout.SimplifiedEntry],inventory:List[net.psforever.objects.loadouts.Loadout.SimplifiedEntry],exosuit:net.psforever.types.ExoSuitType.Value,subtype:Int):net.psforever.objects.loadouts.InfantryLoadout"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">new</span></span><spanclass="symbol"><spanclass="name">InfantryLoadout</span><spanclass="params">(<spanname="label">label: <spanname="scala.Predef.String"class="extype">String</span></span>, <spanname="visible_slots">visible_slots: <spanname="scala.List
field gets inherited</p></dd><dtclass="param">visible_slots</dt><ddclass="cmt"><p>simplified representation of the <code>Equipment</code> that can see "seen" on the target;
field gets inherited</p></dd><dtclass="param">inventory</dt><ddclass="cmt"><p>simplified representation of the <code>Equipment</code> in the target's inventory or trunk;
field gets inherited</p></dd><dtclass="param">exosuit</dt><ddclass="cmt"><p>the exo-suit in which the avatar will be dressed;
may be restricted</p></dd><dtclass="param">subtype</dt><ddclass="cmt"><p>the mechanized assault exo-suit specialization number that indicates whether the MAX performs:
anti-infantry (1), anti-vehicular (2), or anti-air work (3);