245597377 / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

Function overloading is not possible #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Registering two functions with the same name using RegisterFunction() is not 
possible, later registered one overwrites the previous definition (without 
warning or error).
Attached patch adds the possibility to register multiple functions with the 
same name, calls the first one with matching parameters.

Original issue reported on code.google.com by Tomas.Ko...@gmail.com on 8 Jun 2011 at 10:32

Attachments: