<?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[Filtering on built structures only]]></title><description><![CDATA[<p>Hi Guys,</p>
<p>I'm trying to find a way to filter out structures that are still under construction. Can anyone help with a filter to do this?</p>
]]></description><link>http://screeps.com/forum/topic/1996/filtering-on-built-structures-only</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 07:55:09 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/1996.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Nov 2017 13:19:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Filtering on built structures only on Invalid Date]]></title><description><![CDATA[<p>Hi Guys,</p>
<p>I'm trying to find a way to filter out structures that are still under construction. Can anyone help with a filter to do this?</p>
]]></description><link>http://screeps.com/forum/post/8815</link><guid isPermaLink="true">http://screeps.com/forum/post/8815</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Filtering on built structures only on Invalid Date]]></title><description><![CDATA[<p>creep.room.find(FIND_STRUCTURES) will find all finished structures.</p>
<p>creep.room.find(FIND_CONSTRUCTION_SITES) will find all the construction sites (buildings under construction)</p>
]]></description><link>http://screeps.com/forum/post/8816</link><guid isPermaLink="true">http://screeps.com/forum/post/8816</guid><dc:creator><![CDATA[SteveTrov]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Filtering on built structures only on Invalid Date]]></title><description><![CDATA[<p>I seem to be getting back structures that are still under construction, very strange!</p>
]]></description><link>http://screeps.com/forum/post/8818</link><guid isPermaLink="true">http://screeps.com/forum/post/8818</guid><dc:creator><![CDATA[Jooki]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Filtering on built structures only on Thu, 09 Nov 2017 11:33:32 GMT]]></title><description><![CDATA[<p>What properties does the object building under construction have?</p>
<p>The owned structure and construction site objects have similar properties.
An owned structure has hits and hitsMax where a construction site has progress and progressTotal.</p>
<p>for a given structure if hits &lt; hitsMax then that structure has been damaged and needs repairs.</p>
]]></description><link>http://screeps.com/forum/post/8821</link><guid isPermaLink="true">http://screeps.com/forum/post/8821</guid><dc:creator><![CDATA[SteveTrov]]></dc:creator><pubDate>Thu, 09 Nov 2017 11:33:32 GMT</pubDate></item><item><title><![CDATA[Reply to Filtering on built structures only on Invalid Date]]></title><description><![CDATA[<p>You can always use <a href="https://support.screeps.com/hc/en-us/articles/207689119-Important-change-game-objects-prototypes" rel="nofollow">instanceof</a> to filter object types.</p>
]]></description><link>http://screeps.com/forum/post/8828</link><guid isPermaLink="true">http://screeps.com/forum/post/8828</guid><dc:creator><![CDATA[tedivm]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>