<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[inconsistent STRUCTURE_WALL object returned repeatedly]]></title><description><![CDATA[<p>targets=Game.rooms[xroom].find(FIND_STRUCTURES,
{filter: {structureType: STRUCTURE_WALL}});</p>
<p>Sometimes, the key/value pair for <strong><strong>hits</strong> is not included</strong> in the object returned.</p>
<p>console.log(target[i].id+&quot;:&quot;+target[i].hits);</p>
<p>[10:23:02 PM][shard3]6091683b24e3167444cb0db4:100001</p>
<p>[10:23:02 PM][shard3]6091683eae27db4155ac302e:100001</p>
<p>[10:23:02 PM][shard3]609ab7c76988d8375e4595b6:undefined</p>
<p>[10:23:02 PM][shard3]609ab7c76988d8375e4595b7:undefined</p>
]]></description><link>http://screeps.com/forum/topic/3174/inconsistent-structure_wall-object-returned-repeatedly</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 15:44:18 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/3174.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 May 2021 20:18:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to inconsistent STRUCTURE_WALL object returned repeatedly on Thu, 13 May 2021 20:38:34 GMT]]></title><description><![CDATA[<p>targets=Game.rooms[xroom].find(FIND_STRUCTURES,
{filter: {structureType: STRUCTURE_WALL}});</p>
<p>Sometimes, the key/value pair for <strong><strong>hits</strong> is not included</strong> in the object returned.</p>
<p>console.log(target[i].id+&quot;:&quot;+target[i].hits);</p>
<p>[10:23:02 PM][shard3]6091683b24e3167444cb0db4:100001</p>
<p>[10:23:02 PM][shard3]6091683eae27db4155ac302e:100001</p>
<p>[10:23:02 PM][shard3]609ab7c76988d8375e4595b6:undefined</p>
<p>[10:23:02 PM][shard3]609ab7c76988d8375e4595b7:undefined</p>
]]></description><link>http://screeps.com/forum/post/16383</link><guid isPermaLink="true">http://screeps.com/forum/post/16383</guid><dc:creator><![CDATA[dogo41]]></dc:creator><pubDate>Thu, 13 May 2021 20:38:34 GMT</pubDate></item><item><title><![CDATA[Reply to inconsistent STRUCTURE_WALL object returned repeatedly on Invalid Date]]></title><description><![CDATA[<p>the <code>hits</code> property is undefined for walls that are 'invincible' aka server-op placed.  These are commonly placed around respawn/new-spawn zones to divide the outside MMO and the inside zone for a time before they are removed (when the time for the zone elapses) they've also been used to block portals in a similar fashion when new shards were introduced.</p>
<p>Docs wise, <a href="https://docs.screeps.com/api/#StructureWall" rel="nofollow">https://docs.screeps.com/api/#StructureWall</a> should say in the description details as well.</p>
]]></description><link>http://screeps.com/forum/post/16384</link><guid isPermaLink="true">http://screeps.com/forum/post/16384</guid><dc:creator><![CDATA[Donatzor]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>