View Single Post
04/15/23, 05:04 AM   #6
FlatBadger
 
FlatBadger's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2021
Posts: 17
The first parameter for all events is actually the event id, so that documentation is slightly misleading if you don't realise that. In this case, it's actually:

Code:
EVENT_BANKED_CURRENCY_UPDATE (*integer* _eventId_, *[CurrencyType|#CurrencyType]* _currency_, *integer* _newValue_, *integer* _oldValue_)
  Reply With Quote