04-09-2013, 02:05 AM
I don't understand the question.
To call one of those functions, you need to supply the correct number and types of parameters. Once you do, Lua will automagically call the correct function, even when the names are the same. C++ has the same feature, it's called function overloading.
To call one of those functions, you need to supply the correct number and types of parameters. Once you do, Lua will automagically call the correct function, even when the names are the same. C++ has the same feature, it's called function overloading.