Re: Lua Performance questions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Performance questions
 
- From: zweifel <zweifel@...>
 
- Date: 2009年9月23日 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...