It is a placeholder intended to block out the existence of projectiles communicated from clients.
All clients reserve the same internal range of user-generated GUID's from 40100 to 40124, inclusive.
All clients recognize this same range independent of each other as "their own featureless projectiles."</p></div><dlclass="attributes block"><dt>Source</dt><dd><ahref="https://github.com/psforever/PSF-LoginServer/blob/master//home/runner/work/PSF-LoginServer/PSF-LoginServer/src/main/scala/net/psforever/objects/LocalProjectile.scala"target="_blank">LocalProjectile.scala</a></dd><dt>See also</dt><dd><spanclass="cmt"><p><code>Zone.MakeReservedObjects</code><br>
This reference is only set once, that is, as long as the internal <code>ActorRef</code> directs to <code>ActorRef.noSender</code> (<code>null</code>).</p></div><dlclass="paramcmts block"><dtclass="param">control</dt><ddclass="cmt"><p>the <code>Actor</code> whose functionality will govern this server object</p></dd><dt>returns</dt><ddclass="cmt"><p>the current internal <code>ActorRef</code></p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="serverobject/PlanetSideServerObject.html"name="net.psforever.objects.serverobject.PlanetSideServerObject"id="net.psforever.objects.serverobject.PlanetSideServerObject"class="extype">PlanetSideServerObject</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.zones.ZoneAware#Continent"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="Continent:String"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/LocalProjectile.html#Continent:String"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">Continent</span><spanclass="result">: <spanname="scala.Predef.String"class="extype">String</span></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="zones/ZoneAware.html"name="net.psforever.objects.zones.ZoneAware"id="net.psforever.objects.zones.ZoneAware"class="extype">ZoneAware</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.zones.ZoneAware#Continent_="group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="Continent_=(zoneId:String):String"></a><aid="Continent_=(String):String"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/LocalProjectile.html#Continent_=(zoneId:String):String"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name"title="gt4s: Continent_$eq">Continent_=</span><spanclass="params">(<spanname="zoneId">zoneId: <spanname="scala.Predef.String"class="extype">String</span></span>)</span><spanclass="result">: <spanname="scala.Predef.String"class="extype">String</span></span></span><pclass="shortcomment cmt">Give the entity a custom <code>Zone</code> identifier.</p><divclass="fullcomment"><divclass="comment cmt"><p>Give the entity a custom <code>Zone</code> identifier.</p></div><dlclass="paramcmts block"><dtclass="param">zoneId</dt><ddclass="cmt"><p>the custom identifier of the <code>Zone</code> object</p></dd><dt>returns</dt><ddclass="cmt"><p>the identifier of the <code>Zone</code> object</p></dd></dl><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref="zones/ZoneAware.html"name="net.psforever.objects.zones.ZoneAware"id="net.psforever.objects.zones.ZoneAware"class="extype">ZoneAware</a></dd></dl></div></li><liclass="indented0 "name="net.psforever.objects.LocalProjectile#Definition"group="Ungrouped"fullComment="yes"data-isabs="false"visbl="pub"><aid="Definition:net.psforever.objects.definition.ObjectDefinition"></a><aid="Definition:ObjectDefinition"></a><spanclass="permalink"><ahref="../../../net/psforever/objects/LocalProjectile.html#Definition:net.psforever.objects.definition.ObjectDefinition"title="Permalink"><iclass="material-icons"></i></a></span><spanclass="modifier_kind"><spanclass="modifier"></span><spanclass="kind">def</span></span><spanclass="symbol"><spanclass="name">Definition</span><spanclass="result">: <ahref="definition/ObjectDefinition.html"name="net.psforever.objects.definition.ObjectDefinition"id="net.psforever.objects.definition.ObjectDefinition"class="extype">ObjectDefinition</a></span></span><divclass="fullcomment"><dlclass="attributes block"><dt>Definition Classes</dt><dd><ahref=""name="net.psforever.objects.LocalProjectile"id="net.psforever.objects.LocalProjectile"class="extype">Local
Transforms whatever the current GUID is into a <code>StalePlanetSideGUID</code> entity with the same value.
Doing this restores the object to its default mutation option ("the ability to set a new valid GUID").
The current GUID will still be accessed as if it were valid, but it will be wrapped in the new stale object.