<?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[2d array in ArraySchema.]]></title><description><![CDATA[<p>I created an ArraySchema and filled it with arrays to simulate a tiled map. I would like to listen for changes in the 2d array and also I don't know how to do the <code>type()</code> thing on it so that it syncs the elements in it properly. Any help with this would be great. Thanks in advance.</p>
]]></description><link>http://discuss.colyseus.io/topic/258/2d-array-in-arrayschema</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 09:03:26 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/258.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jun 2019 14:41:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2d array in ArraySchema. on Invalid Date]]></title><description><![CDATA[<p>I created an ArraySchema and filled it with arrays to simulate a tiled map. I would like to listen for changes in the 2d array and also I don't know how to do the <code>type()</code> thing on it so that it syncs the elements in it properly. Any help with this would be great. Thanks in advance.</p>
]]></description><link>http://discuss.colyseus.io/post/889</link><guid isPermaLink="true">http://discuss.colyseus.io/post/889</guid><dc:creator><![CDATA[KiloGram]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to 2d array in ArraySchema. on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/386">@KiloGram</a>, <code>ArraySchema</code> does not support multi-dimensional arrays. The general suggestion is to use a 1D array and treat is as 2D when iterating on it. Please check this reference: <a href="https://softwareengineering.stackexchange.com/questions/212808/treating-a-1d-data-structure-as-2d-grid" rel="nofollow">https://softwareengineering.stackexchange.com/questions/212808/treating-a-1d-data-structure-as-2d-grid</a></p>
<p>Cheers</p>
]]></description><link>http://discuss.colyseus.io/post/890</link><guid isPermaLink="true">http://discuss.colyseus.io/post/890</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>