<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - [QUESTION] May I add a behavior using another behavior?]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=670</link>
		<description><![CDATA[The most recent posts in [QUESTION] May I add a behavior using another behavior?.]]></description>
		<lastBuildDate>Fri, 17 May 2013 18:01:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [QUESTION] May I add a behavior using another behavior?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4173#p4173</link>
			<description><![CDATA[<p>thanks! This is going to be very useful!</p>]]></description>
			<author><![CDATA[dummy@example.com (firelite)]]></author>
			<pubDate>Fri, 17 May 2013 18:01:17 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4173#p4173</guid>
		</item>
		<item>
			<title><![CDATA[Re: [QUESTION] May I add a behavior using another behavior?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4171#p4171</link>
			<description><![CDATA[<p>You could call this to add a behavior dynamically in c++ :</p><div class="codebox"><pre><code>    MBehaviorManager * behaviorManager = MEngine::getInstance()-&gt;getBehaviorManager();
    MBehaviorCreator * behaviorCreator = behaviorManager-&gt;getBehaviorByName(&quot;myBehaviorName&quot;);
    object-&gt;addBehavior(behaviorCreator-&gt;getNewBehavior(object));</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Fri, 17 May 2013 15:22:18 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4171#p4171</guid>
		</item>
		<item>
			<title><![CDATA[[QUESTION] May I add a behavior using another behavior?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4168#p4168</link>
			<description><![CDATA[<p>The project is a behavior to start a new behavior when a collision between parent object and objects specified in obj happens. More objects are separated by semicolon (;).<br />This will lead to the possibility to attach a behavior to an object when particular condition are verified.</p>]]></description>
			<author><![CDATA[dummy@example.com (firelite)]]></author>
			<pubDate>Thu, 16 May 2013 17:13:23 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4168#p4168</guid>
		</item>
	</channel>
</rss>
