09-24-2016, 08:55 PM
Oh my. In order to go further with the automatic plugin checker, I will most likely need to go through all API functions that take an AString parameter and export them manually. ToLua++ exports such functions as having extra return values (those strings) and that confuses the simulator:
1 2 | a_Player:SendMessage(cCompositeChat( "Watch out!" , mtWarning)) --> Error: cPlayer:SendMessage() doesn't have an overload that takes a cCompositeChat and a string |