<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: LuaInterface</title>
	<atom:link href="http://karlagius.com/2007/09/29/luainterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlagius.com/2007/09/29/luainterface/</link>
	<description>It&#039;s not rocket science</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:23:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Karl</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-1419</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 24 Apr 2011 10:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-1419</guid>
		<description>Thanks Igor :)</description>
		<content:encoded><![CDATA[<p>Thanks Igor <img src='http://karlagius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Borota</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-1418</link>
		<dc:creator>Igor Borota</dc:creator>
		<pubDate>Sun, 24 Apr 2011 08:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-1418</guid>
		<description>Thank you very much, it works like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you very much, it works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-1317</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 28 Dec 2010 08:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-1317</guid>
		<description>Thank you for your comments :)

To call Lua functions from your C# application, you will need to get the function from the instance of the scripting engine and use its Call method i.e.

Lua instance = new Lua();
...
...
LuaFunction myFunction = instance.GetFunction(&quot;myLuaFunction&quot;);
myFunction.Call();

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Thank you for your comments <img src='http://karlagius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To call Lua functions from your C# application, you will need to get the function from the instance of the scripting engine and use its Call method i.e.</p>
<p>Lua instance = new Lua();<br />
&#8230;<br />
&#8230;<br />
LuaFunction myFunction = instance.GetFunction(&#8220;myLuaFunction&#8221;);<br />
myFunction.Call();</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayaKrishna</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-1316</link>
		<dc:creator>JayaKrishna</dc:creator>
		<pubDate>Tue, 28 Dec 2010 06:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-1316</guid>
		<description>need how to call a lua function in c#...please post it...</description>
		<content:encoded><![CDATA[<p>need how to call a lua function in c#&#8230;please post it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayaKrishna</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-1315</link>
		<dc:creator>JayaKrishna</dc:creator>
		<pubDate>Tue, 28 Dec 2010 06:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-1315</guid>
		<description>thanks for posting!!! it really helped a lot...</description>
		<content:encoded><![CDATA[<p>thanks for posting!!! it really helped a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon Grech</title>
		<link>http://karlagius.com/2007/09/29/luainterface/comment-page-1/#comment-4</link>
		<dc:creator>Marlon Grech</dc:creator>
		<pubDate>Sun, 30 Sep 2007 09:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://karlagius.wordpress.com/2007/09/29/luainterface/#comment-4</guid>
		<description>Hey there,

This article is really something .... Definitly I find it very useful... Very well done...

Thanks for posting!!!!!

Regards
Marlon</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>This article is really something &#8230;. Definitly I find it very useful&#8230; Very well done&#8230;</p>
<p>Thanks for posting!!!!!</p>
<p>Regards<br />
Marlon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

