[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Performance questions
- From: zweifel <zweifel@...>
- Date: Wed, 23 Sep 2009 07:36:59 -0300
I see.. so I can load all scripts at the beginning or at least be sure to load at least one time before calling the function.
But I have to be sure that every script has a different function_name, otherwise I would be unable to call it. Is not it? This is not big problem though...