Background for Skyrim SE
Member of the SEA_BarterFunctions script
eventOnCurrencySwap(Forma_kOldCurrency, Forma_kNewCurrency)


Parameters

  1. Forma_kOldCurrency

  2. Forma_kNewCurrency


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
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.