mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-25 14:25:27 +00:00
Deploying to gh-pages from @ psforever/PSF-LoginServer@6ae0b44848 🚀
This commit is contained in:
parent
01e192b7dc
commit
46d0082ebe
1320 changed files with 2407 additions and 1424 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
net/psforever/objects/serverobject/ServerObject$.html
Normal file
2
net/psforever/objects/serverobject/ServerObject$.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,12 +5,17 @@ Drop the item if:<br>
|
|||
- the item is cavern equipment<br>
|
||||
- the item is a <code>BoomerTrigger</code> type object<br>
|
||||
- the item is a <code>router_telepad</code> type object<br>
|
||||
- the item is another faction's exclusive equipment</p></div><dl class="paramcmts block"><dt class="param">tplayer</dt><dd class="cmt"><p>the player</p></dd><dt>returns</dt><dd class="cmt"><p>true if the item is to be dropped; false, otherwise</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.serverobject.containable.ContainableBehavior#PermitEquipmentStow" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="PermitEquipmentStow(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment):Boolean"></a><a id="PermitEquipmentStow(PlanetSideServerObjectwithContainer,Equipment):Boolean"></a> <span class="permalink"><a href="../../../../../net/psforever/objects/serverobject/containable/ContainableBehavior$.html#PermitEquipmentStow(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment):Boolean" 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">PermitEquipmentStow</span><span class="params">(<span name="destination">destination: <a href="../PlanetSideServerObject.html" name="net.psforever.objects.serverobject.PlanetSideServerObject" id="net.psforever.objects.serverobject.PlanetSideServerObject" class="extype">PlanetSideServerObject</a> with <a href="../../inventory/Container.html" name="net.psforever.objects.inventory.Container" id="net.psforever.objects.inventory.Container" class="extype">Container</a></span>, <span name="equipment">equipment: <a href="../../equipment/Equipment.html" name="net.psforever.objects.equipment.Equipment" id="net.psforever.objects.equipment.Equipment" class="extype">Equipment</a></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span></span><p class="shortcomment cmt">Apply incontestable, arbitrary limitations
|
||||
- the item is another faction's exclusive equipment</p></div><dl class="paramcmts block"><dt class="param">tplayer</dt><dd class="cmt"><p>the player</p></dd><dt>returns</dt><dd class="cmt"><p>true if the item is to be dropped; false, otherwise</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.serverobject.containable.ContainableBehavior#PermitEquipmentExtract" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="PermitEquipmentExtract(source:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment,slot:Int):Boolean"></a><a id="PermitEquipmentExtract(PlanetSideServerObjectwithContainer,Equipment,Int):Boolean"></a> <span class="permalink"><a href="../../../../../net/psforever/objects/serverobject/containable/ContainableBehavior$.html#PermitEquipmentExtract(source:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment,slot:Int):Boolean" 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">PermitEquipmentExtract</span><span class="params">(<span name="source">source: <a href="../PlanetSideServerObject.html" name="net.psforever.objects.serverobject.PlanetSideServerObject" id="net.psforever.objects.serverobject.PlanetSideServerObject" class="extype">PlanetSideServerObject</a> with <a href="../../inventory/Container.html" name="net.psforever.objects.inventory.Container" id="net.psforever.objects.inventory.Container" class="extype">Container</a></span>, <span name="equipment">equipment: <a href="../../equipment/Equipment.html" name="net.psforever.objects.equipment.Equipment" id="net.psforever.objects.equipment.Equipment" class="extype">Equipment</a></span>, <span name="slot">slot: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span></span><p class="shortcomment cmt">Apply incontestable, arbitrary limitations
|
||||
whereby certain items are denied removal from certain containers
|
||||
for vaguely documented but assuredly fantastic excuses on the part of the developer.</p><div class="fullcomment"><div class="comment cmt"><p>Apply incontestable, arbitrary limitations
|
||||
whereby certain items are denied removal from certain containers
|
||||
for vaguely documented but assuredly fantastic excuses on the part of the developer.</p></div><dl class="paramcmts block"><dt class="param">source</dt><dd class="cmt"><p>the container</p></dd><dt class="param">equipment</dt><dd class="cmt"><p>the item to be removed</p></dd><dt class="param">slot</dt><dd class="cmt"><p>where the equipment can be found</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code>, if the type of equipment object is allowed to be removed from the containing entity;
|
||||
<code>false</code>, otherwise</p></dd></dl><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>ContainableBehavior.PermitEquipmentStow</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.serverobject.containable.ContainableBehavior#PermitEquipmentStow" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="PermitEquipmentStow(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment,dest:Int):Boolean"></a><a id="PermitEquipmentStow(PlanetSideServerObjectwithContainer,Equipment,Int):Boolean"></a> <span class="permalink"><a href="../../../../../net/psforever/objects/serverobject/containable/ContainableBehavior$.html#PermitEquipmentStow(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,equipment:net.psforever.objects.equipment.Equipment,dest:Int):Boolean" 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">PermitEquipmentStow</span><span class="params">(<span name="destination">destination: <a href="../PlanetSideServerObject.html" name="net.psforever.objects.serverobject.PlanetSideServerObject" id="net.psforever.objects.serverobject.PlanetSideServerObject" class="extype">PlanetSideServerObject</a> with <a href="../../inventory/Container.html" name="net.psforever.objects.inventory.Container" id="net.psforever.objects.inventory.Container" class="extype">Container</a></span>, <span name="equipment">equipment: <a href="../../equipment/Equipment.html" name="net.psforever.objects.equipment.Equipment" id="net.psforever.objects.equipment.Equipment" class="extype">Equipment</a></span>, <span name="dest">dest: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span></span><p class="shortcomment cmt">Apply incontestable, arbitrary limitations
|
||||
whereby certain items are denied insertion into certain containers
|
||||
for vaguely documented but assuredly fantastic excuses on the part of the developer.</p><div class="fullcomment"><div class="comment cmt"><p>Apply incontestable, arbitrary limitations
|
||||
whereby certain items are denied insertion into certain containers
|
||||
for vaguely documented but assuredly fantastic excuses on the part of the developer.</p></div><dl class="paramcmts block"><dt class="param">destination</dt><dd class="cmt"><p>the container</p></dd><dt class="param">equipment</dt><dd class="cmt"><p>the item to be inserted</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code>, if the object is allowed to contain the type of equipment object;
|
||||
<code>false</code>, otherwise</p></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.serverobject.containable.ContainableBehavior#TestPutItemInSlot" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="TestPutItemInSlot(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,item:net.psforever.objects.equipment.Equipment,dest:Int):Option[List[net.psforever.objects.inventory.InventoryItem]]"></a><a id="TestPutItemInSlot(PlanetSideServerObjectwithContainer,Equipment,Int):Option[List[InventoryItem]]"></a> <span class="permalink"><a href="../../../../../net/psforever/objects/serverobject/containable/ContainableBehavior$.html#TestPutItemInSlot(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,item:net.psforever.objects.equipment.Equipment,dest:Int):Option[List[net.psforever.objects.inventory.InventoryItem]]" 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">TestPutItemInSlot</span><span class="params">(<span name="destination">destination: <a href="../PlanetSideServerObject.html" name="net.psforever.objects.serverobject.PlanetSideServerObject" id="net.psforever.objects.serverobject.PlanetSideServerObject" class="extype">PlanetSideServerObject</a> with <a href="../../inventory/Container.html" name="net.psforever.objects.inventory.Container" id="net.psforever.objects.inventory.Container" class="extype">Container</a></span>, <span name="item">item: <a href="../../equipment/Equipment.html" name="net.psforever.objects.equipment.Equipment" id="net.psforever.objects.equipment.Equipment" class="extype">Equipment</a></span>, <span name="dest">dest: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Option" class="extype">Option</span>[<span name="scala.List" class="extype">List</span>[<a href="../../inventory/InventoryItem.html" name="net.psforever.objects.inventory.InventoryItem" id="net.psforever.objects.inventory.InventoryItem" class="extype">InventoryItem</a>]]</span></span><p class="shortcomment cmt">Are the conditions for an item insertion acceptable?
|
||||
<code>false</code>, otherwise</p></dd></dl><dl class="attributes block"><dt>See also</dt><dd><span class="cmt"><p><code>ContainableBehavior.PermitEquipmentExtract</code></p></span></dd></dl></div></li><li class="indented0 " name="net.psforever.objects.serverobject.containable.ContainableBehavior#TestPutItemInSlot" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="TestPutItemInSlot(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,item:net.psforever.objects.equipment.Equipment,dest:Int):Option[List[net.psforever.objects.inventory.InventoryItem]]"></a><a id="TestPutItemInSlot(PlanetSideServerObjectwithContainer,Equipment,Int):Option[List[InventoryItem]]"></a> <span class="permalink"><a href="../../../../../net/psforever/objects/serverobject/containable/ContainableBehavior$.html#TestPutItemInSlot(destination:net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.inventory.Container,item:net.psforever.objects.equipment.Equipment,dest:Int):Option[List[net.psforever.objects.inventory.InventoryItem]]" 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">TestPutItemInSlot</span><span class="params">(<span name="destination">destination: <a href="../PlanetSideServerObject.html" name="net.psforever.objects.serverobject.PlanetSideServerObject" id="net.psforever.objects.serverobject.PlanetSideServerObject" class="extype">PlanetSideServerObject</a> with <a href="../../inventory/Container.html" name="net.psforever.objects.inventory.Container" id="net.psforever.objects.inventory.Container" class="extype">Container</a></span>, <span name="item">item: <a href="../../equipment/Equipment.html" name="net.psforever.objects.equipment.Equipment" id="net.psforever.objects.equipment.Equipment" class="extype">Equipment</a></span>, <span name="dest">dest: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Option" class="extype">Option</span>[<span name="scala.List" class="extype">List</span>[<a href="../../inventory/InventoryItem.html" name="net.psforever.objects.inventory.InventoryItem" id="net.psforever.objects.inventory.InventoryItem" class="extype">InventoryItem</a>]]</span></span><p class="shortcomment cmt">Are the conditions for an item insertion acceptable?
|
||||
If another item occupies the expected region of insertion (collision of bounding regions),
|
||||
the insertion can still be permitted with the assumption that
|
||||
the displaced item ("swap item") will have to be put somewhere else.</p><div class="fullcomment"><div class="comment cmt"><p>Are the conditions for an item insertion acceptable?
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue