<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — Using the Irrlicht documentation]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=411&amp;type=atom" />
	<updated>2010-04-06T13:24:17Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=411</id>
		<entry>
			<title type="html"><![CDATA[Re: Using the Irrlicht documentation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1550#p1550" />
			<content type="html"><![CDATA[<p>Ah know I understand how it&#039;s working.<br />Thank you very much!</p>]]></content>
			<author>
				<name><![CDATA[KungFuLu]]></name>
				<uri>https://gprogs.com/profile.php?id=287</uri>
			</author>
			<updated>2010-04-06T13:24:17Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1550#p1550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using the Irrlicht documentation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1546#p1546" />
			<content type="html"><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; when converting to BMAX, some things dont port well.&nbsp; properties and method overloads mainly.&nbsp; properties had to be converted to get/set type methods.&nbsp; if what you are trying to access is a property then there should be a getProperty()/setProperty() set of methods to access it.&nbsp; method overloads arent possible in BMAX unfortunately.&nbsp; those are converted into unique names similar to the one you are looking for.&nbsp; the best way to find out these and the properties is to simply look at the BMX code file for the class you are working with.</p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2010-04-06T10:32:31Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1546#p1546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using the Irrlicht documentation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1544#p1544" />
			<content type="html"><![CDATA[]]></content>
			<author>
				<name><![CDATA[porcus]]></name>
				<uri>https://gprogs.com/profile.php?id=127</uri>
			</author>
			<updated>2010-04-03T12:08:17Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1544#p1544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Using the Irrlicht documentation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1543#p1543" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Local bill:IBillboardSceneNode = smgr.addBillboardSceneNode()
bill.setMaterialType(EMT_TRANSPARENT_ADD_COLOR )</code></pre></div>]]></content>
			<author>
				<name><![CDATA[KungFuLu]]></name>
				<uri>https://gprogs.com/profile.php?id=287</uri>
			</author>
			<updated>2010-03-31T21:33:35Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1543#p1543</id>
		</entry>
</feed>
