apply further checks to the combination of the target, the equipment, and tis user.</p><divclass="fullcomment"><divclass="comment cmt"><p>Catch the expected repair message and
apply further checks to the combination of the target, the equipment, and tis user.
If the checks pass, perform the repair.
</p></div><dlclass="paramcmts block"><dtclass="param">player</dt><ddclass="cmt"><p>the user of the nano dispenser tool</p></dd><dtclass="param">item</dt><ddclass="cmt"><p>the nano dispenser tool</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/repair/RepairableEntity.html"name="net.psforever.objects.serverobject.repair.RepairableEntity"id="net.psforever.objects.serverobject.repair.RepairableEntity"class="extype">RepairableEntity</a> → <ahref="serverobject/repair/Repairable.html"name="net.psforever.objects.serverobject.repair.Repairable"id="net.psforever.objects.serverobject.repair.Repairable"class="extype">Repairable</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.repair.RepairableEntity#CanPerformRepairs"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="CanPerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,player:net.psforever.objects.Player,item:net.psforever.objects.Tool):Boolean"></a><aid="CanPerformRepairs(Target,Player,Tool):Boolean"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#CanPerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,player:net.psforever.objects.Player,item:net.psforever.objects.Tool):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">CanPerformRepairs</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/repair/Repairable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.repair.Repairable.Target"id="net.psforever.objects.serverobject.repair.Repairable.Target"class="extmbr">Target</a></span>, <spanname="player">player: <ahref="Player.html"name="net.psforever.objects.Player"id="net.psforever.objects.Player"class="extype">Player</a></span>, <spanname="item">item: <ahref="Tool.html"name="net.psforever.objects.Tool"id="net.psforever.objects.Tool"class="extype">Tool</a></span>)</span><spanclass="result">: <spanname="scala.Boolean"class="extype">Boolean</span></span></span><pclass="shortcomment cmt">Test the combination of target entity, equipment user, and the equipment
to determine if the repair process attempt would be permitted.</p><divclass="fullcomment"><divclass="comment cmt"><p>Test the combination of target entity, equipment user, and the equipment
to determine if the repair process attempt would be permitted.
It is not necessary to check that the tool and its ammunition are correct types;
that test was already performed.<br>
<br>
The target entity must be repairable and have less than full health
and, if it is destroyed, must have an object attribute that permits it to be repaired after being destroyed.<br>
The user must have the same faction affinity as the target entity or be neutral.<br>
The equipment must have some ammunition.<br>
The user must be alive and be within a certain distance of the target entity.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity being repaired</p></dd><dtclass="param">player</dt><ddclass="cmt"><p>the user of the nano dispenser tool</p></dd><dtclass="param">item</dt><ddclass="cmt"><p>the nano dispenser tool</p></dd><dt>returns</dt><ddclass="cmt"><p><code>true</code>, if the target entity can be repaired;
<code>false</code>, otherwise</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/repair/RepairableEntity.html"name="net.psforever.objects.serverobject.repair.RepairableEntity"id="net.psforever.objects.serverobject.repair.RepairableEntity"class="extype">RepairableEntity</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>org.log4s.getLogger</code></p></span><spanclass="cmt"><p><code>PlanetSideEmpire</code></p></span><spanclass="cmt"><p><code>Vector3.Distance</code></p></span><spanclass="cmt"><p><code>VitalityDefinition</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.DamageableEntity#DamageAwareness"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="DamageAwareness(target:net.psforever.objects.serverobject.damage.Damageable.Target,cause:net.psforever.objects.vital.interaction.DamageResult,amount:Any):Unit"></a><aid="DamageAwareness(Target,DamageResult,Any):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DamageAwareness(target:net.psforever.objects.serverobject.damage.Damageable.Target,cause:net.psforever.objects.vital.interaction.DamageResult,amount:Any):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DamageAwareness</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/damage/Damageable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.damage.Damageable.Target"id="net.psforever.objects.serverobject.damage.Damageable.Target"class="extmbr">Target</a></span>, <spanname="cause">cause: <ahref="vital/interaction/DamageResult.html"name="net.psforever.objects.vital.interaction.DamageResult"id="net.psforever.objects.vital.interaction.DamageResult"class="extype">DamageResult</a></span>, <spanname="amount">amount: <spanname="scala.Any"class="extype">Any</span></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">What happens when damage is sustained but the target does not get destroyed.</p><divclass="fullcomment"><divclass="comment cmt"><p>What happens when damage is sustained but the target does not get destroyed.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity being damaged</p></dd><dtclass="param">cause</dt><ddclass="cmt"><p>historical information about the damage</p></dd><dtclass="param">amount</dt><ddclass="cmt"><p>the amount of damage</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/damage/DamageableEntity.html"name="net.psforever.objects.serverobject.damage.DamageableEntity"id="net.psforever.objects.serverobject.damage.DamageableEntity"class="extype">DamageableEntity</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.DamageableEntity#DamageLog"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="DamageLog(target:net.psforever.objects.serverobject.damage.Damageable.Target,msg:String):Unit"></a><aid="DamageLog(Target,String):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DamageLog(target:net.psforever.objects.serverobject.damage.Damageable.Target,msg:String):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DamageLog</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/damage/Damageable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitalit
The decorator is constructed by the <code>Actor</code> name of the entity, sliced after the last forward/slash.
For example, for "foo/bar/name", the decorator is just "name".</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity to be used for the decorator</p></dd><dtclass="param">msg</dt><ddclass="cmt"><p>the message for the damage log</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/damage/DamageableEntity.html"name="net.psforever.objects.serverobject.damage.DamageableEntity"id="net.psforever.objects.serverobject.damage.DamageableEntity"class="extype">DamageableEntity</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>PlanetSideServerObject</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.DamageableEntity#DamageLog"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="DamageLog(msg:String):Unit"></a><aid="DamageLog(String):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DamageLog(msg:String):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DamageLog</span><spanclass="params">(<spanname="msg">msg: <spanname="scala.Predef.String"class="extype">String</span></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">Log a damage message.</p><divclass="fullcomment"><divclass="comment cmt"><p>Log a damage message.</p></div><dlclass="paramcmts block"><dtclass="param">msg</dt><ddclass="cmt"><p>the message for the damage log</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/damage/DamageableEntity.html"name="net.psforever.objects.serverobject.damage.DamageableEntity"id="net.psforever.objects.serverobject.damage.DamageableEntity"class="extype">DamageableEntity</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.TrapDeployableControl#DamageableObject"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="DamageableObject:net.psforever.objects.TrapDeployable"></a><aid="DamageableObject:TrapDeployable"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DamageableObject:net.psforever.objects.TrapDeployable"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DamageableObject</span><spanclass="result">: <ahref="TrapDeployable.html"name="net.psforever.objects.TrapDeployable"id="net.psforever.objects.TrapDeployable"class="extype">TrapDeployable</a></span></span><pclass="shortcomment cmt">Contextual access to the object being the target of this damage.</p><divclass="fullcomment"><divclass="comment cmt"><p>Contextual access to the object being the target of this damage.
Needs declaration in lowest implementing code.</p></div><dlclass="paramcmts block"><dt>returns</dt><ddclass="cmt"><p>the entity controlled by this actor</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref=""name="net.psforever.objects.TrapDeployableControl"id="net.psforever.objects.TrapDeployableControl"class="extype">TrapDeployableControl</a> → <ahref="serverobject/damage/Damageable.html"name="net.psforever.objects.serverobject.damage.Damageable"id="net.psforever.objects.serverobject.damage.Damageable"class="extype">Damageable</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.TrapDeployableControl#DeployableObject"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="DeployableObject:net.psforever.objects.TrapDeployable"></a><aid="DeployableObject:TrapDeployable"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DeployableObject:net.psforever.objects.TrapDeployable"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DeployableObject</span><spanclass="result">: <ahref="TrapDeployable.html"name="net.psforever.objects.TrapDeployable"id="net.psforever.objects.TrapDeployable"class="extype">TrapDeployable</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref=""name="net.psforever.objects.TrapDeployableControl"id="net.psforever.objects.TrapDeployableControl"class="extype">TrapDeployableControl</a> → <ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.TrapDeployableControl#DestructionAwareness"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="DestructionAwareness(target:net.psforever.objects.serverobject.damage.Damageable.Target,cause:net.psforever.objects.vital.interaction.DamageResult):Unit"></a><aid="DestructionAwareness(Target,DamageResult):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#DestructionAwareness(target:net.psforever.objects.serverobject.damage.Damageable.Target,cause:net.psforever.objects.vital.interaction.DamageResult):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">DestructionAwareness</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/damage/Damageable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.damage.Damageable.Target"id="net.psforever.objects.serverobject.damage.Damageable.Target"class="extmbr">Target</a></span>, <spanname="cause">cause: <ahref="vital/interaction/DamageResult.html"name="net.psforever.objects.vital.interaction.DamageResult"id="net.psforever.objects.vital.interaction.DamageResult"class="extype">DamageResult</a></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">What happens when the target sustains too much damage and is destroyed.</p><divclass="fullcomment"><divclass="comment cmt"><p>What happens when the target sustains too much damage and is destroyed.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity being destroyed</p></dd><dtclass="param">cause</dt><ddclass="cmt"><p>historical information about the damage</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref=""name="net.psforever.objects.TrapDeployableControl"id="net.psforever.objects.TrapDeployableControl"class="extype">TrapDeployableCon
If implementing custom <code>DamageableAmenity</code> with no new message handling, choose to override this method.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity to be damaged</p></dd><dtclass="param">applyDamageTo</dt><ddclass="cmt"><p>the function that applies the damage to the target in a target-tailored fashion</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/damage/DamageableEntity.html"name="net.psforever.objects.serverobject.damage.DamageableEntity"id="net.psforever.objects.serverobject.damage.DamageableEntity"class="extype">DamageableEntity</a> → <ahref="serverobject/damage/Damageable.html"name="net.psforever.objects.serverobject.damage.Damageable"id="net.psforever.objects.serverobject.damage.Damageable"class="extype">Damageable</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>DamageableAmenity.TakesDamage</code></p></span><spanclass="cmt"><p><code>ResolutionCalculations.Output</code></p></span><spanclass="cmt"><p><code>Vitality.Health</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.repair.RepairableEntity#PerformRepairs"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="PerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,amount:Int):Int"></a><aid="PerformRepairs(Target,Int):Int"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#PerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,amount:Int):Int"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">PerformRepairs</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/repair/Repairable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.repair.Repairable.Target"id="net.psforever.objects.serverobject.repair.Repairable.Target"class="extmbr">Target</a></span>, <spanname="amount">amount: <spanname="scala.Int"class="extype">Int</span></span>)</span><spanclass="result">: <spanname="scala.Int"class="extype">Int</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/repair/RepairableEntity.html"name="net.psforever.objects.serverobject.repair.RepairableEntity"id="net.psforever.objects.serverobject.repair.RepairableEntity"class="extype">RepairableEntity</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.repair.RepairableEntity#PerformRepairs"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="PerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,player:net.psforever.objects.Player,item:net.psforever.objects.Tool):Unit"></a><aid="PerformRepairs(Target,Player,Tool):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#PerformRepairs(target:net.psforever.objects.serverobject.repair.Repairable.Target,player:net.psforever.objects.Player,item:net.psforever.objects.Tool):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">PerformRepairs</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/repair/Repairable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.repair.Repairable.Target"id="net.psforever.objects.serverobject.repair.Repairable.Target"class="extmbr">Target</a></span>, <spanname="player">player: <ahref="Player.html"name="net.psforever.objects
Always show the repair progress bar window by using the appropriate packet.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity being repaired</p></dd><dtclass="param">player</dt><ddclass="cmt"><p>the user of the nano dispenser tool</p></dd><dtclass="param">item</dt><ddclass="cmt"><p>the nano dispenser tool</p></dd></dl><dlclass="attributes block"><dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><ahref="serverobject/repair/RepairableEntity.html"name="net.psforever.objects.serverobject.repair.RepairableEntity"id="net.psforever.objects.serverobject.repair.RepairableEntity"class="extype">RepairableEntity</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>AvatarAction.PlanetsideAttributeToAll</code></p></span><spanclass="cmt"><p><code>AvatarAction.SendResponse</code></p></span><spanclass="cmt"><p><code>AvatarService</code></p></span><spanclass="cmt"><p><code>InventoryStateMessage</code></p></span><spanclass="cmt"><p><code>PlanetSideGameObject.isMoving</code></p></span><spanclass="cmt"><p><code>RepairMessage</code></p></span><spanclass="cmt"><p><code>Service.defaultPlayerGUID</code></p></span><spanclass="cmt"><p><code>Tool.Discharge</code></p></span><spanclass="cmt"><p><code>Zone.AvatarEvents</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.repair.Repairable#RepairToolValue"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="RepairToolValue(item:net.psforever.objects.Tool):Float"></a><aid="RepairToolValue(Tool):Float"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#RepairToolValue(item:net.psforever.objects.Tool):Float"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">RepairToolValue</span><spanclass="params">(<spanname="item">item: <ahref="Tool.html"name="net.psforever.objects.Tool"id="net.psforever.objects.Tool"class="extype">Tool</a></span>)</span><spanclass="result">: <spanname="scala.Float"class="extype">Float</span></span></span><pclass="shortcomment cmt">The amount of repair that any specific tool provides.</p><divclass="fullcomment"><divclass="comment cmt"><p>The amount of repair that any specific tool provides.</p></div><dlclass="paramcmts block"><dtclass="param">item</dt><ddclass="cmt"><p>the tool in question</p></dd><dt>returns</dt><ddclass="cmt"><p>an amount to add to the repair attempt progress</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/repair/Repairable.html"name="net.psforever.objects.serverobject.repair.Repairable"id="net.psforever.objects.serverobject.repair.Repairable"class="extype">Repairable</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>Repairable.Quality</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.TrapDeployableControl#RepairableObject"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="RepairableObject:net.psforever.objects.TrapDeployable"></a><aid="RepairableObject:TrapDeployable"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#RepairableObject:net.psforever.objects.TrapDeployable"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">RepairableObject</span><spanclass="result">: <ahref="TrapDeployable.html"name="net.psforever.objects.TrapDeployable"id="net.psforever.objects.TrapDeployable"class="extype">TrapDeployable</a></span></span><pclass="shortcomment cmt">Contextual access to the object being the target of this damage.</p><divclass="fullcomment"><divclass="comment cmt"><p>Contextual access to the object being the target of this damage.
Needs declaration in lowest implementing code.</p></div><dlclass="paramcmts block"><dt>returns</dt><ddclass="cmt"><p>the entity controlled by this actor</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref=""name="net.psforever.objects.TrapDeployableControl"id="net.psforever.objects.TrapDeployableControl"class="extype">TrapDeployableControl</a> → <ahref="serverobject/repair/Repairable.html"name="net.psforever.objects.serverobject.repair.Repairable"id="net.psforever.objects.serverobject.repair.Repairable"class="extype">Repairable</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.repair.Repairable#Restoration"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="Restoration(obj:net.psforever.objects.serverobject.repair.Repairable.Target):Unit"></a><aid="Restoration(Target):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#Restoration(obj:net.psforever.objects.serverobject.repair.Repairable.Target):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">Restoration</span><spanclass="params">(<spanname="obj">obj: <ahref="serverobject/repair/Repairable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.repair.Repairable.Target"id="net.psforever.objects.serverobject.repair.Repairable.Target"class="extmbr">Target</a></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">The entity is no longer destroyed.</p><divclass="fullcomment"><divclass="comment cmt"><p>The entity is no longer destroyed.</p></div><dlclass="paramcmts block"><dtclass="param">obj</dt><ddclass="cmt"><p>the entity</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/repair/Repairable.html"name="net.psforever.objects.serverobject.repair.Repairable"id="net.psforever.objects.serverobject.repair.Repairable"class="extype">Repairable</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.DamageableEntity#WillAffectTarget"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="WillAffectTarget(target:net.psforever.objects.serverobject.damage.Damageable.Target,damage:Int,cause:net.psforever.objects.vital.interaction.DamageResult):Boolean"></a><aid="WillAffectTarget(Target,Int,DamageResult):Boolean"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#WillAffectTarget(target:net.psforever.objects.serverobject.damage.Damageable.Target,damage:Int,cause:net.psforever.objects.vital.interaction.DamageResult):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">WillAffectTarget</span><spanclass="params">(<spanname="target">target: <ahref="serverobject/damage/Damageable$.html#Target=net.psforever.objects.serverobject.PlanetSideServerObjectwithnet.psforever.objects.vital.Vitality"name="net.psforever.objects.serverobject.damage.Damageable.Target"id="net.psforever.objects.serverobject.damage.Damageable.Target"class="extmbr">Target</a></span>, <spanname="damage">damage: <spanname="scala.Int"class="extype">Int</span></span>, <spanname="cause">cause: <ahref="vital/interaction/DamageResult.html"name="net.psforever.objects.vital.interaction.DamageResult"id="net.psforever.objects.vital.interaction.DamageResult"class="extype">DamageResult</a></span>)</span><spanclass="result">: <spanname="scala.Boolean"class="extype">Boolean</span></span></span><pclass="shortcomment cmt">Does the damage or the projectile that caused the damage offer any reason
to execute the reminder of damage resolution considerations?
The projectile causing additional affects, e.g., jamming, should be tested here, when applicable.</p><divclass="fullcomment"><divclass="comment cmt"><p>Does the damage or the projectile that caused the damage offer any reason
to execute the reminder of damage resolution considerations?
The projectile causing additional affects, e.g., jamming, should be tested here, when applicable.
Contrast with <code>Vitality.CanDamage</code>.
The damage value tested against should be the total value of all meaningful vital statistics affected.</p></div><dlclass="paramcmts block"><dtclass="param">target</dt><ddclass="cmt"><p>the entity to be damaged</p></dd><dtclass="param">damage</dt><ddclass="cmt"><p>the amount of damage</p></dd><dtclass="param">cause</dt><ddclass="cmt"><p>historical information about the damage</p></dd><dt>returns</dt><ddclass="cmt"><p><code>true</code>, if damage resolution is to be evaluated;
catch the expected repair message and apply initial checks to the item</p><divclass="fullcomment"><divclass="comment cmt"><p>The official mixin hook; <code>orElse</code> onto the "control" <code>Actor</code><code>receive</code>;
catch the expected repair message and apply initial checks to the item</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/repair/Repairable.html"name="net.psforever.objects.serverobject.repair.Repairable"id="net.psforever.objects.serverobject.repair.Repairable"class="extype">Repairable</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>Ammo</code></p></span><spanclass="cmt"><p><code>CanBeRepairedByNanoDispenser</code></p></span><spanclass="cmt"><p><code>CommonMessages.Use</code></p></span><spanclass="cmt"><p><code>GlobalDefinitions</code></p></span><spanclass="cmt"><p><code>Tool.AmmoType</code></p></span></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#clone"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="clone():Object"></a><aid="clone():AnyRef"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#clone():Object"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">clone</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.AnyRef"class="extype">AnyRef</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Attributes</dt><dd>protected[<spanname="java.lang"class="extype">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@throws</span><spanclass="args">(<span><spanclass="defval">classOf[java.lang.CloneNotSupportedException]</span></span>)</span><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="akka.actor.Actor#context"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="context:akka.actor.ActorContext"></a><aid="context:ActorContext"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#context:akka.actor.ActorContext"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">implicit </span><spanclass="kind">val</span></span><spanclass="symbol"><spanclass="name">context</span><spanclass="result">: <spanname="akka.actor.ActorContext"class="extype">ActorContext</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>Actor</dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#decay"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="decay:akka.actor.Cancellable"></a><aid="decay:Cancellable"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#decay:akka.actor.Cancellable"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">val</span></span><spanclass="symbol"><spanclass="name">decay</span><spanclass="result">: <spanname="akka.actor.Cancellable"class="extype">Cancellable</span></span></span><pclass="shortcomment cmt">the timer for the deconstruction process</p><divclass="fullcomment"><divclass="comment cmt"><p>the timer for the deconstruction process</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#deconstructDeployable"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="deconstructDeployable(time:Option[scala.concurrent.duration.FiniteDuration]):Unit"></a><aid="deconstructDeployable(Option[FiniteDuration]):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#deconstructDeployable(time:Option[scala.concurrent.duration.FiniteDuration]):Unit"title="Permal
Queue up final deployable unregistering, separate from the zone's deployable governance,
and instruct all clients in this zone that the deployable is to be deconstructed.
</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#eq"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="eq(x$1:AnyRef):Boolean"></a><aid="eq(AnyRef):Boolean"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#eq(x$1:AnyRef):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">eq</span><spanclass="params">(<spanname="arg0">arg0: <spanname="scala.AnyRef"class="extype">AnyRef</span></span>)</span><spanclass="result">: <spanname="scala.Boolean"class="extype">Boolean</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#equals"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="equals(x$1:Object):Boolean"></a><aid="equals(AnyRef):Boolean"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#equals(x$1:Object):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">equals</span><spanclass="params">(<spanname="arg0">arg0: <spanname="scala.AnyRef"class="extype">AnyRef</span></span>)</span><spanclass="result">: <spanname="scala.Boolean"class="extype">Boolean</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#finalize"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="prt"><aid="finalize():Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#finalize():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">finalize</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Attributes</dt><dd>protected[<spanname="java.lang"class="extype">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@throws</span><spanclass="args">(<span><spanclass="symbol">classOf[java.lang.Throwable]</span></span>)</span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#finalizeDeployable"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="finalizeDeployable(callback:akka.actor.ActorRef):Unit"></a><aid="finalizeDeployable(ActorRef):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#finalizeDeployable(callback:akka.actor.ActorRef):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">finalizeDeployable</span><spanclass="params">(<spanname="callback">callback: <spanname="akka.actor.ActorRef"class="extype">ActorRef</span></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">The second stage of the deployable build process, to complete the formal process.</p><divclass="fullcomment"><divclass="comment cmt"><p>The second stage of the deployable build process, to complete the formal process.
If no owner is assigned, the deployable must immediately begin suffering decay.
Nothing dangerous happens if it does not begin to decay, but, because it is not under a player's management,
the deployable will not properly transition to a decay state for another reason
and can linger in the zone ownerless for as long as it is not destroyed.</p></div><dlclass="paramcmts block"><dtclass="param">callback</dt><ddclass="cmt"><p>an <code>ActorRef</code> used for confirming the deployable's completion of the process</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>AvatarAction.DeployItem</code></p></span><spanclass="cmt"><p><code>DeploymentAction</code></p></span><spanclass="cmt"><p><code>DeployableInfo</code></p></span><spanclass="cmt"><p><code>LocalAction.DeployableMapIcon</code></p></span><spanclass="cmt"><p><code>Zone.Deployable.IsBuilt</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#gainOwnership"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="gainOwnership(player:net.psforever.objects.Player,toFaction:net.psforever.types.PlanetSideEmpire.Value):Unit"></a><aid="gainOwnership(Player,types.PlanetSideEmpire.Value):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#gainOwnership(player:net.psforever.objects.Player,toFaction:net.psforever.types.PlanetSideEmpire.Value):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">gainOwnership</span><spanclass="params">(<spanname="player">player: <ahref="Player.html"name="net.psforever.objects.Player"id="net.psforever.objects.Player"class="extype">Player</a></span>, <spanname="toFaction">toFaction: <ahref="../types/PlanetSideEmpire$.html#ValueextendsOrdered[Enumeration.this.Value]withSerializable"name="net.psforever.types.PlanetSideEmpire.Value"id="net.psforever.types.PlanetSideEmpire.Value"class="extmbr">types.PlanetSideEmpire.Value</a></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">na</p><divclass="fullcomment"><divclass="comment cmt"><p>na</p></div><dlclass="paramcmts block"><dtclass="param">player</dt><ddclass="cmt"><p>the player being given ownership of this deployable</p></dd><dtclass="param">toFaction</dt><ddclass="cmt"><p>the faction to which the deployable is being assigned;
usually matches the <code>player</code>'s own faction</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#gainOwnership"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="gainOwnership(player:net.psforever.objects.Player):Unit"></a><aid="gainOwnership(Player):Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#gainOwnership(player:net.psforever.objects.Player):Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">gainOwnership</span><spanclass="params">(<spanname="player">player: <ahref="Player.html"name="net.psforever.objects.Player"id="net.psforever.objects.Player"class="extype">Player</a></span>)</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><pclass="shortcomment cmt">na</p><divclass="fullcomment"><divclass="comment cmt"><p>na</p></div><dlclass="paramcmts block"><dtclass="param">player</dt><ddclass="cmt"><p>the player being given ownership of this deployable</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>gainOwnership(Player, PlanetSideEmpire.Value)</code></p></span></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#getClass"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="getClass():Class[_]"></a><aid="getClass():Class[_<:AnyRef]"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#getClass():Class[_]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">getClass</span><spanclass="params">()</span><spanclass="result">: <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html#java.lang.Class"name="java.lang.Class"id="java.lang.Class"class="extype">Class</a>[_ <: <spanname="scala.AnyRef"class="extype">AnyRef</span>]</span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#hashCode"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="hashCode():Int"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#hashCode():Int"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">hashCode</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.Int"class="extype">Int</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#isConstructed"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="isConstructed:Option[Boolean]"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#isConstructed:Option[Boolean]"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="mo
and may involve concealing the deployable from the map screen for the entirety of the previous owner's faction.</p><divclass="fullcomment"><divclass="comment cmt"><p>Losing ownership involves updating map screen UI, to remove management rights from the now-previous owner,
and may involve concealing the deployable from the map screen for the entirety of the previous owner's faction.
Displaying the deployable on the map screen of another faction may be required.</p></div><dlclass="paramcmts block"><dtclass="param">toFaction</dt><ddclass="cmt"><p>the faction to which to set the deployable to be visualized on the map and in the game world;
may also affect deployable operation</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#ne"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="ne(x$1:AnyRef):Boolean"></a><aid="ne(AnyRef):Boolean"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#ne(x$1:AnyRef):Boolean"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">ne</span><spanclass="params">(<spanname="arg0">arg0: <spanname="scala.AnyRef"class="extype">AnyRef</span></span>)</span><spanclass="result">: <spanname="scala.Boolean"class="extype">Boolean</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#notify"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="notify():Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#notify():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">notify</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#notifyAll"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="notifyAll():Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#notifyAll():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">notifyAll</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd><spanclass="name">@native</span><spanclass="args">()</span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.Damageable#originalTakesDamage"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="originalTakesDamage:akka.actor.Actor.Receive"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#originalTakesDamage:akka.actor.Actor.Receive"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">val</span></span><spanclass="symbol"><spanclass="name">originalTakesDamage</span><spanclass="result">: <spanname="akka.actor.Actor.Receive"class="extype">akka.actor.Actor.Receive</span></span></span><pclass="shortcomment cmt">a duplicate of the core implementation for the default mixin hook, for use in overriding</p><divclass="fullcomment"><divclass="comment cmt"><p>a duplicate of the core implementation for the default mixin hook, for use in overriding</p></div><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/damage/Damageable.html"name="net.psforever.objects.serverobject.damage.Damageable"id="net.psforever.objects.serverobject.damage.Damageable"class="extype">Damageable</a></dd></dl></div></li><liclass="indented0 "name="akka.actor.Actor#postRestart"group="Ungrouped"fullComment="yes"
Deployables, upon construction, may display an animation effect.
Parameters are required to be passed onto the next stage of the build process and are not used here.</p></div><dlclass="paramcmts block"><dtclass="param">callback</dt><ddclass="cmt"><p>an <code>ActorRef</code> used for confirming the deployable's completion of the process</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>DeployableDefinition.deployAnimation</code></p></span><spanclass="cmt"><p><code>DeployableDefinition.DeployTime</code></p></span><spanclass="cmt"><p><code>LocalAction.TriggerEffectLocation</code></p></span></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.ce.DeployableBehavior#startOwnerlessDecay"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="startOwnerlessDecay():Unit"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#startOwnerlessDecay():Unit"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">startOwnerlessDecay</span><spanclass="params">()</span><spanclass="result">: <spanname="scala.Unit"class="extype">Unit</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="ce/DeployableBehavior.html"name="net.psforever.objects.ce.DeployableBehavior"id="net.psforever.objects.ce.DeployableBehavior"class="extype">DeployableBehavior</a></dd></dl></div></li><liclass="indented0 "name="akka.actor.Actor#supervisorStrategy"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="supervisorStrategy:akka.actor.SupervisorStrategy"></a><aid="supervisorStrategy:SupervisorStrategy"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#supervisorStrategy:akka.actor.SupervisorStrategy"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">supervisorStrategy</span><spanclass="result">: <spanname="akka.actor.SupervisorStrategy"class="extype">SupervisorStrategy</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>Actor</dd></dl></div></li><liclass="indented0 "name="scala.AnyRef#synchronized"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="synchronized[T0](x$1:=>T0):T0"></a><aid="synchronized[T0](=>T0):T0"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#synchronized[T0](x$1:=>T0):T0"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier">final </span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">synchronized</span><spanclass="tparams">[<spanname="T0">T0</span>]</span><spanclass="params">(<spanname="arg0">arg0: =><spanname="java.lang.AnyRef.synchronized.T0"class="extype">T0</span></span>)</span><spanclass="result">: <spanname="java.lang.AnyRef.synchronized.T0"class="extype">T0</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.serverobject.damage.Damageable#takesDamage"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="takesDamage:akka.actor.Actor.Receive"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/TrapDeployableControl.html#takesDamage:akka.actor.Actor.Receive"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">val</span></span><spanclass="symbol"><spanclass="na
<code>orElse</code> onto the "control" <code>Actor</code><code>receive</code>; or,
cite the <code>originalTakesDamage</code> protocol during inheritance overrides</p><divclass="fullcomment"><divclass="comment cmt"><p>the official mixin hook;
<code>orElse</code> onto the "control" <code>Actor</code><code>receive</code>; or,