Deploying to gh-pages from @ psforever/PSF-LoginServer@262b7d2ec6 🚀

This commit is contained in:
Fate-JH 2021-05-06 11:35:39 +00:00
parent 585cac1b7e
commit 6e33303627
8 changed files with 10 additions and 9 deletions

View file

@ -9,10 +9,9 @@ as indicated by the arm weapon(s).</p></div><dl class="paramcmts block"><dt clas
the target is for MAX armors</p></dd><dt class="param">weapon</dt><dd class="cmt"><p>any weapon the player may have it his "first pistol slot;"
to a MAX, that is its "primary weapon slot"</p></dd><dt>returns</dt><dd class="cmt"><p>the numeric subtype</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.loadouts.InfantryLoadout#DetermineSubtypeB" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="DetermineSubtypeB(suit:net.psforever.types.ExoSuitType.Value,subtype:Int):Int"></a><a id="DetermineSubtypeB(types.ExoSuitType.Value,Int):Int"></a> <span class="permalink"><a href="../../../../net/psforever/objects/loadouts/InfantryLoadout$.html#DetermineSubtypeB(suit:net.psforever.types.ExoSuitType.Value,subtype:Int):Int" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">def</span></span> <span class="symbol"><span class="name">DetermineSubtypeB</span><span class="params">(<span name="suit">suit: <a href="../../types/ExoSuitType$.html#ValueextendsOrdered[Enumeration.this.Value]withSerializable" name="net.psforever.types.ExoSuitType.Value" id="net.psforever.types.ExoSuitType.Value" class="extmbr">types.ExoSuitType.Value</a></span>, <span name="subtype">subtype: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span></span><p class="shortcomment cmt">The sub-type of the player's uniform, as used in <code>FavoritesMessage</code>.<br>
<br>
The values for <code>Standard</code>, <code>Infiltration</code>, and the generic <code>MAX</code> are not perfectly known.</p><div class="fullcomment"><div class="comment cmt"><p>The sub-type of the player's uniform, as used in <code>FavoritesMessage</code>.<br>
The values for a specific <code>MAX</code> type is only known by knowing the subtype.</p><div class="fullcomment"><div class="comment cmt"><p>The sub-type of the player's uniform, as used in <code>FavoritesMessage</code>.<br>
<br>
The values for <code>Standard</code>, <code>Infiltration</code>, and the generic <code>MAX</code> are not perfectly known.
The latter-most exo-suit option is presumed.</p></div><dl class="paramcmts block"><dt class="param">suit</dt><dd class="cmt"><p>the player's uniform</p></dd><dt class="param">subtype</dt><dd class="cmt"><p>the mechanized assault exo-suit subtype as determined by their arm weapons</p></dd><dt>returns</dt><dd class="cmt"><p>the numeric subtype</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.loadouts.InfantryLoadout#DetermineSubtypeC" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="DetermineSubtypeC(subtype:Int):Set[net.psforever.objects.avatar.Certification]"></a><a id="DetermineSubtypeC(Int):Set[Certification]"></a> <span class="permalink"><a href="../../../../net/psforever/objects/loadouts/InfantryLoadout$.html#DetermineSubtypeC(subtype:Int):Set[net.psforever.objects.avatar.Certification]" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">def</span></span> <span class="symbol"><span class="name">DetermineSubtypeC</span><span class="params">(<span name="subtype">subtype: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Predef.Set" class="extype">Set</span>[<a href="../avatar/Certification.html" name="net.psforever.objects.avatar.Certification" id="net.psforever.objects.avatar.Certification" class="extype">Certification</a>]</span></span><p class="shortcomment cmt">Assuming the exo-suit is a mechanized assault type,
The values for a specific <code>MAX</code> type is only known by knowing the subtype.</p></div><dl class="paramcmts block"><dt class="param">suit</dt><dd class="cmt"><p>the player's uniform</p></dd><dt class="param">subtype</dt><dd class="cmt"><p>the mechanized assault exo-suit subtype as determined by their arm weapons</p></dd><dt>returns</dt><dd class="cmt"><p>the numeric subtype</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.loadouts.InfantryLoadout#DetermineSubtypeC" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="DetermineSubtypeC(subtype:Int):Set[net.psforever.objects.avatar.Certification]"></a><a id="DetermineSubtypeC(Int):Set[Certification]"></a> <span class="permalink"><a href="../../../../net/psforever/objects/loadouts/InfantryLoadout$.html#DetermineSubtypeC(subtype:Int):Set[net.psforever.objects.avatar.Certification]" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">def</span></span> <span class="symbol"><span class="name">DetermineSubtypeC</span><span class="params">(<span name="subtype">subtype: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Predef.Set" class="extype">Set</span>[<a href="../avatar/Certification.html" name="net.psforever.objects.avatar.Certification" id="net.psforever.objects.avatar.Certification" class="extype">Certification</a>]</span></span><p class="shortcomment cmt">Assuming the exo-suit is a mechanized assault type,
use the subtype to determine what certifications would be valid for permitted access to that specific exo-suit.</p><div class="fullcomment"><div class="comment cmt"><p>Assuming the exo-suit is a mechanized assault type,
use the subtype to determine what certifications would be valid for permitted access to that specific exo-suit.
The "C" does not stand for "certification."