PDA

View Full Version : What is more efficient? LUA in a Button or in the LUA file?



danward79
January 15th, 2005, 11:07 AM
Hi,

I am trying to make my ccf as stream lined and snappy as possible.

I am wonder what would be the least resource intensive.

So If I have an LUA function / code embedded in a button and the same lua function in the lua file and call it from the button, or use the onpanelload. Which would be better?

By Better I mean in terms of speed.

Also if you have anyother tips for effiecentcy. Please let me know.

Thanks :D

harleydude
January 16th, 2005, 04:51 AM
I asked the same question a while back.

http://www.promixis.com/phpBB2/viewtopic.php?t=9471&highlight=

Rick

danward79
January 16th, 2005, 04:56 AM
Thanks