- Joined
- Oct 12, 2011
- Messages
- 3,449
Simple question: does constant function automatically inlined by normal WE?
something like:
?
If not, then I guess common GUI configuration using globals is better.
THanks for any answer
something like:
JASS:
constant function Accuracy takes nothing returns real
return 0.0312500
endfunction
call TimerStart(timer, Accuracy(), true, function func)
If not, then I guess common GUI configuration using globals is better.
THanks for any answer