<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.bundysoft.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.bundysoft.com/wiki/feed.php">
        <title>BundyWiki plugins:general:zeoscript:reference:types</title>
        <description></description>
        <link>http://www.bundysoft.com/wiki/</link>
        <image rdf:resource="http://www.bundysoft.com/wiki/lib/images/favicon.ico" />
       <dc:date>2026-04-30T19:49:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:formats&amp;rev=1504154964&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:maps&amp;rev=1504156171&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:strings&amp;rev=1504157672&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.bundysoft.com/wiki/lib/images/favicon.ico">
        <title>BundyWiki</title>
        <link>http://www.bundysoft.com/wiki/</link>
        <url>http://www.bundysoft.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:formats&amp;rev=1504154964&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T04:49:24+00:00</dc:date>
        <title>plugins:general:zeoscript:reference:types:formats</title>
        <link>http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:formats&amp;rev=1504154964&amp;do=diff</link>
        <description>Analogous to the case for maps, formats are handled using the GetFormat function, like so:


map.SaveFile &lt;GetMap &quot;HF&quot;&gt; &quot;C:\\temp\\myfile.bmp&quot; &lt;GetFormat &quot;HF&quot; 0 &quot;bmp&quot;&gt; false true


The GetFormat function takes three arguments, which are map name (string), map type (int) and file extension (string). Please refer to the format_GetByExt API function for an explanation of the arguments.</description>
    </item>
    <item rdf:about="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:maps&amp;rev=1504156171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T05:09:31+00:00</dc:date>
        <title>plugins:general:zeoscript:reference:types:maps</title>
        <link>http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:maps&amp;rev=1504156171&amp;do=diff</link>
        <description>Some functions take map handles as arguments, including most of the heightfield effect functions. To access a map, we use the GetMap function, like so:


calc.HF.ClampMap &lt;GetMap &quot;HF&quot;&gt; -150.2 1224.6 true


The above code clamps the heightfield (retrieved by &lt;GetMap “HF”&gt;) between an altitude of -150.2 metres and 1224.6 metres, and shows the progress bar whilst doing so (true).</description>
    </item>
    <item rdf:about="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:strings&amp;rev=1504157672&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T05:34:32+00:00</dc:date>
        <title>plugins:general:zeoscript:reference:types:strings</title>
        <link>http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:types:strings&amp;rev=1504157672&amp;do=diff</link>
        <description>Literal strings


Arguments in ZeoScript are delimited by spaces. Hence, any string argument that contains a space will be split into separate strings. To prevent string splitting, you should surround your string in “quotation marks”. Here is an example:</description>
    </item>
</rdf:RDF>
