Deploying to gh-pages from @ 151b201f06 🚀

This commit is contained in:
Fate-JH 2020-12-08 19:37:03 +00:00
parent 42dec23ff4
commit 394b0159df
321 changed files with 1163 additions and 698 deletions

File diff suppressed because one or more lines are too long

View file

@ -646,7 +646,7 @@ The origin point is the lowest left corner of the map grid.</p><div class="fullc
<br>
The origin point is the lowest left corner of the map grid.
The coordinates of the hotspot do necessarily match up to the map's internal coordinate system - what you learn using the <code>/loc</code> command.
Instead, all maps use a 0 - 8192 coordinate overlay.</p></div><dl class="paramcmts block"><dt class="param">x</dt><dd class="cmt"><p>the x-coord of the center of the hotspot</p></dd><dt class="param">y</dt><dd class="cmt"><p>the y-coord of the center of the hotspot</p></dd><dt class="param">scale</dt><dd class="cmt"><p>how big the hotspot explosion icon appears</p></dd></dl></div></li><li class="indented0 " name="net.psforever.packet.game.HotSpotUpdateMessage" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="HotSpotUpdateMessageextendsPlanetSideGamePacketwithProductwithSerializable"></a><a id="HotSpotUpdateMessage:HotSpotUpdateMessage"></a> <span class="permalink"><a href="../../../../net/psforever/packet/game/HotSpotUpdateMessage.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="HotSpotUpdateMessage.html" title="A list of data for creating hotspots on a continental map."><span class="name">HotSpotUpdateMessage</span></a><span class="params">(<span name="zone_index">zone_index: <span name="scala.Int" class="extype">Int</span></span>, <span name="priority">priority: <span name="scala.Int" class="extype">Int</span></span>, <span name="spots">spots: <span name="scala.List" class="extype">List</span>[<a href="HotSpotInfo.html" name="net.psforever.packet.game.HotSpotInfo" id="net.psforever.packet.game.HotSpotInfo" class="extype">HotSpotInfo</a>]</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">A list of data for creating hotspots on a continental map.</p><div class="fullcomment"><div class="comment cmt"><p>A list of data for creating hotspots on a continental map.
Instead, all maps use a 0 - 8192 coordinate overlay.</p></div><dl class="paramcmts block"><dt class="param">x</dt><dd class="cmt"><p>the x-coord of the center of the hotspot</p></dd><dt class="param">y</dt><dd class="cmt"><p>the y-coord of the center of the hotspot</p></dd><dt class="param">scale</dt><dd class="cmt"><p>how big the hotspot sunburst icon appears</p></dd></dl></div></li><li class="indented0 " name="net.psforever.packet.game.HotSpotUpdateMessage" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="HotSpotUpdateMessageextendsPlanetSideGamePacketwithProductwithSerializable"></a><a id="HotSpotUpdateMessage:HotSpotUpdateMessage"></a> <span class="permalink"><a href="../../../../net/psforever/packet/game/HotSpotUpdateMessage.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="HotSpotUpdateMessage.html" title="A list of data for creating hotspots on a continental map."><span class="name">HotSpotUpdateMessage</span></a><span class="params">(<span name="zone_index">zone_index: <span name="scala.Int" class="extype">Int</span></span>, <span name="priority">priority: <span name="scala.Int" class="extype">Int</span></span>, <span name="spots">spots: <span name="scala.List" class="extype">List</span>[<a href="HotSpotInfo.html" name="net.psforever.packet.game.HotSpotInfo" id="net.psforever.packet.game.HotSpotInfo" class="extype">HotSpotInfo</a>]</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">A list of data for creating hotspots on a continental map.</p><div class="fullcomment"><div class="comment cmt"><p>A list of data for creating hotspots on a continental map.
Hotspots indicate player activity, almost always some form of combat or aggressive encounter.<br>
<br>
The hotspot system is an all-or-nothing affair.