- Found in:
- Currency Swapper
eventOnCurrencySwap(Forma_kOldCurrency, Forma_kNewCurrency)
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SEA_BarterFunctions
event OnCurrencySwap(Form a_kOldCurrency, Form a_kNewCurrency)
Debug.trace("Event received - OnCurrencySwap: a_kOldCurrency = " + a_kOldCurrency + " a_kNewCurrency = " + a_kNewCurrency)
endEvent