Quick question for the Corona experts out there, is there any advantage to localising an external function call beyond localising the return value?
i.e is
local highestCombo = getHighestCombo
highestCombo(comboMultiplierArray)
better then
local highestCombo = getHighestCombo(comboMultiplierArray)
Any help would be appreciated, I can’t imagine there being much of a performance hit, but knowing for certain would be very handy.
Many thanks,
[import]uid: 33275 topic_id: 22840 reply_id: 322840[/import]
[import]uid: 84637 topic_id: 22840 reply_id: 91260[/import]