Deploying to gh-pages from @ psforever/PSF-LoginServer@8c34a55530 🚀

This commit is contained in:
Fate-JH 2021-04-15 01:19:26 +00:00
parent c8e6ec5b63
commit c8795506f6
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -233,10 +233,11 @@ resotre the player's health and armor points (when they need their health and ar
If the player is both fully healed and fully repaired, stop using the terminal.</p></div><dl class="paramcmts block"><dt class="param">unit</dt><dd class="cmt"><p>the medical terminal</p></dd><dt class="param">target</dt><dd class="cmt"><p>the player being healed</p></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#HideContainerContents" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="HideContainerContents(items:List[net.psforever.objects.inventory.InventoryItem]):Unit"></a><a id="HideContainerContents(List[InventoryItem]):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#HideContainerContents(items:List[net.psforever.objects.inventory.InventoryItem]):Unit" 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">HideContainerContents</span><span class="params">(<span name="items">items: <span name="scala.List" class="extype">List</span>[<a href="../../objects/inventory/InventoryItem.html" name="net.psforever.objects.inventory.InventoryItem" id="net.psforever.objects.inventory.InventoryItem" class="extype">InventoryItem</a>]</span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">Forget the contents of a container by deleting that content from the local client.</p><div class="fullcomment"><div class="comment cmt"><p>Forget the contents of a container by deleting that content from the local client.</p></div><dl class="paramcmts block"><dt class="param">items</dt><dd class="cmt"><p>a list of the entities to be depicted</p></dd></dl><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>InventoryItem</code></p></span><span class="cmt"><p><code>ObjectDeleteMessage</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#ImmediateDisconnect" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="ImmediateDisconnect():Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#ImmediateDisconnect():Unit" 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">ImmediateDisconnect</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#KeepAlivePersistence" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="KeepAlivePersistence():Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#KeepAlivePersistence():Unit" 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">KeepAlivePersistence</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">The atypical response to receiving a <code>KeepAliveMessage</code> packet from the client.<br>
<br>
<code>KeepAliveMessage</code> packets are the primary vehicle for persistence due to client reporting
in the case where the player's avatar is riding in a vehicle in a mount with no vehicle.</p><div class="fullcomment"><div class="comment cmt"><p>The atypical response to receiving a <code>KeepAliveMessage</code> packet from the client.<br>
in the case where the player's avatar is riding in a vehicle in a mount with no weapon to control.</p><div class="fullcomment"><div class="comment cmt"><p>The atypical response to receiving a <code>KeepAliveMessage</code> packet from the client.<br>
<br>
<code>KeepAliveMessage</code> packets are the primary vehicle for persistence due to client reporting
in the case where the player's avatar is riding in a vehicle in a mount with no vehicle.</p></div><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>KeepAliveMessage</code></p></span><span class="cmt"><p><code>keepAliveFunc</code></p></span><span class="cmt"><p><code>turnCounterFunc</code></p></span><span class="cmt"><p><code>persist</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#KickedByAdministration" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="KickedByAdministration():Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#KickedByAdministration():Unit" 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">KickedByAdministration</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#LinkRemoteTelepad" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="LinkRemoteTelepad(telepadGUID:net.psforever.types.PlanetSideGUID):Unit"></a><a id="LinkRemoteTelepad(PlanetSideGUID):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#LinkRemoteTelepad(telepadGUID:net.psforever.types.PlanetSideGUID):Unit" 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">LinkRemoteTelepad</span><span class="params">(<span name="telepadGUID">telepadGUID: <a href="../../types/PlanetSideGUID.html" name="net.psforever.types.PlanetSideGUID" id="net.psforever.types.PlanetSideGUID" class="extype">PlanetSideGUID</a></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">na</p><div class="fullcomment"><div class="comment cmt"><p>na</p></div><dl class="paramcmts block"><dt class="param">telepadGUID</dt><dd class="cmt"><p>na</p></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#LinkRouterToRemoteTelepad" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="LinkRouterToRemoteTelepad(router:net.psforever.objects.Vehicle,internalTelepad:net.psforever.objects.vehicles.Utility.InternalTelepad,remoteTelepad:net.psforever.objects.TelepadDeployable):Unit"></a><a id="LinkRouterToRemoteTelepad(Vehicle,InternalTelepad,TelepadDeployable):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#LinkRouterToRemoteTelepad(router:net.psforever.objects.Vehicle,internalTelepad:net.psforever.objects.vehicles.Utility.InternalTelepad,remoteTelepad:net.psforever.objects.TelepadDeployable):Unit" 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">LinkRouterToRemoteTelepad</span><span class="params">(<span name="router">router: <a href="../../objects/Vehicle.html" name="net.psforever.objects.Vehicle" id="net.psforever.objects.Vehicle" class="extype">Vehicle</a></span>, <span name="internalTelepad">internalTelepad: <a href="../../objects/vehicles/Utility$$InternalTelepad.html" name="net.psforever.objects.vehicles.Utility.InternalTelepad" id="net.psforever.objects.vehicles.Utility.InternalTelepad" class="extype">InternalTelepad</a></span>, <span name="remoteTelepad">remoteTelepad: <a href="../../objects/TelepadDeployable.html" name="net.psforever.objects.TelepadDeployable" id="net.psforever.objects.TelepadDeployable" class="extype">TelepadDeployable</a></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">Link the router teleport system using the provided terminal information.</p><div class="fullcomment"><div class="comment cmt"><p>Link the router teleport system using the provided terminal information.
in the case where the player's avatar is riding in a vehicle in a mount with no weapon to control.</p></div><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>KeepAliveMessage</code></p></span><span class="cmt"><p><code>keepAliveFunc</code></p></span><span class="cmt"><p><code>turnCounterFunc</code></p></span><span class="cmt"><p><code>persist</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#KeepAlivePersistenceInitial" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="KeepAlivePersistenceInitial():Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#KeepAlivePersistenceInitial():Unit" 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">KeepAlivePersistenceInitial</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt"> A really atypical response to receiving a <code>KeepAliveMessage</code> packet from the client
that applies only during the character select portion and part of the first zone load activity.</p></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#KickedByAdministration" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="KickedByAdministration():Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#KickedByAdministration():Unit" 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">KickedByAdministration</span><span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#LinkRemoteTelepad" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="LinkRemoteTelepad(telepadGUID:net.psforever.types.PlanetSideGUID):Unit"></a><a id="LinkRemoteTelepad(PlanetSideGUID):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#LinkRemoteTelepad(telepadGUID:net.psforever.types.PlanetSideGUID):Unit" 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">LinkRemoteTelepad</span><span class="params">(<span name="telepadGUID">telepadGUID: <a href="../../types/PlanetSideGUID.html" name="net.psforever.types.PlanetSideGUID" id="net.psforever.types.PlanetSideGUID" class="extype">PlanetSideGUID</a></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">na</p><div class="fullcomment"><div class="comment cmt"><p>na</p></div><dl class="paramcmts block"><dt class="param">telepadGUID</dt><dd class="cmt"><p>na</p></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#LinkRouterToRemoteTelepad" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="LinkRouterToRemoteTelepad(router:net.psforever.objects.Vehicle,internalTelepad:net.psforever.objects.vehicles.Utility.InternalTelepad,remoteTelepad:net.psforever.objects.TelepadDeployable):Unit"></a><a id="LinkRouterToRemoteTelepad(Vehicle,InternalTelepad,TelepadDeployable):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#LinkRouterToRemoteTelepad(router:net.psforever.objects.Vehicle,internalTelepad:net.psforever.objects.vehicles.Utility.InternalTelepad,remoteTelepad:net.psforever.objects.TelepadDeployable):Unit" 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">LinkRouterToRemoteTelepad</span><span class="params">(<span name="router">router: <a href="../../objects/Vehicle.html" name="net.psforever.objects.Vehicle" id="net.psforever.objects.Vehicle" class="extype">Vehicle</a></span>, <span name="internalTelepad">internalTelepad: <a href="../../objects/vehicles/Utility$$InternalTelepad.html" name="net.psforever.objects.vehicles.Utility.InternalTelepad" id="net.psforever.objects.vehicles.Utility.InternalTelepad" class="extype">InternalTelepad</a></span>, <span name="remoteTelepad">remoteTelepad: <a href="../../objects/TelepadDeployable.html" name="net.psforever.objects.TelepadDeployable" id="net.psforever.objects.TelepadDeployable" class="extype">TelepadDeployable</a></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">Link the router teleport system using the provided terminal information.</p><div class="fullcomment"><div class="comment cmt"><p>Link the router teleport system using the provided terminal information.
The internal telepad is made known of the remote telepad, creating the link.</p></div><dl class="paramcmts block"><dt class="param">router</dt><dd class="cmt"><p>the vehicle that houses one end of the teleportation system (the <code>internalTelepad</code>)</p></dd><dt class="param">internalTelepad</dt><dd class="cmt"><p>the endpoint of the teleportation system housed by the router</p></dd><dt class="param">remoteTelepad</dt><dd class="cmt"><p>the endpoint of the teleportation system that exists in the environment</p></dd></dl></div></li><li class="indented0 " name="net.psforever.actors.session.SessionActor#LoadZoneAsPlayer" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="LoadZoneAsPlayer(targetPlayer:net.psforever.objects.Player,zoneId:String):Unit"></a><a id="LoadZoneAsPlayer(Player,String):Unit"></a> <span class="permalink"><a href="../../../../net/psforever/actors/session/SessionActor.html#LoadZoneAsPlayer(targetPlayer:net.psforever.objects.Player,zoneId:String):Unit" 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">LoadZoneAsPlayer</span><span class="params">(<span name="targetPlayer">targetPlayer: <a href="../../objects/Player.html" name="net.psforever.objects.Player" id="net.psforever.objects.Player" class="extype">Player</a></span>, <span name="zoneId">zoneId: <span name="scala.Predef.String" class="extype">String</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span></span><p class="shortcomment cmt">Deal with a target player as free-standing infantry in the course of a redeployment action to a target continent
whether that action is the result of a deconstruction (reconstruction), a death (respawning),
or other position shifting action handled directly by the server.</p><div class="fullcomment"><div class="comment cmt"><p>Deal with a target player as free-standing infantry in the course of a redeployment action to a target continent