Deploying to gh-pages from @ e34f96ce18 🚀

This commit is contained in:
jgillich 2020-08-27 06:01:30 +00:00
parent c3b0e61757
commit a421f009f3
5 changed files with 6 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -82,7 +82,7 @@ This owes to the unique activation trigger for that implant - a near-death exper
<code>Initialization</code> - 0 to revoke slot; 1 to allocate implant slot<br>
<code>Activation</code> - 0 to deactivate implant; 1 to activate implant<br>
<code>UnlockMessage</code> - 0-3 as an unlocked implant slot; display a message<br>
<code>OutOfStamina</code> - lock implant; 0 to lock; 1 to unlock; display a message</p></dd></dl><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>ImplantType</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.packet.game.AvatarJumpMessage" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="AvatarJumpMessageextendsPlanetSideGamePacketwithProductwithSerializable"></a><a id="AvatarJumpMessage:AvatarJumpMessage"></a> <span class="permalink"><a href="../../../../net/psforever/packet/game/AvatarJumpMessage.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier">final </span> <span class="kind">case class</span></span> <span class="symbol"><a href="AvatarJumpMessage.html" title="Tell the server that the player is is jumping."><span class="name">AvatarJumpMessage</span></a><span class="params">(<span name="state">state: <span name="scala.Boolean" class="extype">Boolean</span></span>)</span><span class="result"> extends <a href="../PlanetSideGamePacket.html" name="net.psforever.packet.PlanetSideGamePacket" id="net.psforever.packet.PlanetSideGamePacket" class="extype">PlanetSideGamePacket</a> with <span name="scala.Product" class="extype">Product</span> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Tell the server that the player is is jumping.</p><div class="fullcomment"><div class="comment cmt"><p>Tell the server that the player is is jumping.
<code>OutOfStamina</code> - lock implant; 1 to lock; 0 to unlock; display a message</p></dd></dl><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>ImplantType</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.packet.game.AvatarJumpMessage" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="AvatarJumpMessageextendsPlanetSideGamePacketwithProductwithSerializable"></a><a id="AvatarJumpMessage:AvatarJumpMessage"></a> <span class="permalink"><a href="../../../../net/psforever/packet/game/AvatarJumpMessage.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier">final </span> <span class="kind">case class</span></span> <span class="symbol"><a href="AvatarJumpMessage.html" title="Tell the server that the player is is jumping."><span class="name">AvatarJumpMessage</span></a><span class="params">(<span name="state">state: <span name="scala.Boolean" class="extype">Boolean</span></span>)</span><span class="result"> extends <a href="../PlanetSideGamePacket.html" name="net.psforever.packet.PlanetSideGamePacket" id="net.psforever.packet.PlanetSideGamePacket" class="extype">PlanetSideGamePacket</a> with <span name="scala.Product" class="extype">Product</span> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Tell the server that the player is is jumping.</p><div class="fullcomment"><div class="comment cmt"><p>Tell the server that the player is is jumping.
This will allow it to coordinate animation with other clients.<br>
<br>
During the jump, the avatar's "height" coordinate does change, as reported in <code>PlayerStateMessageUpstream</code>.