Skip to content

Module swapped event

Tkael edited this page Sep 17, 2017 · 9 revisions

Triggered when a module is moved to a different slot on the ship. When using this event in the Speech responder the information about this event is available under the event object. The available variables are as follows

  • fromslot The slot from which the swap was initiated

  • toslot The slot to which the swap was finalised

  • fromitem The item from which the swap was initiated

  • toitem The item to which the swap was finalised

  • ship The ship for which the module was swapped

  • shipid The ID of the ship for which the module was swapped

When using this event in VoiceAttack the information about this event is available as follows

  • {TXT:EDDI module swapped fromitem} The item from which the swap was initiated
  • {TXT:EDDI module swapped fromslot} The slot from which the swap was initiated
  • {TXT:EDDI module swapped ship} The ship for which the module was swapped
  • {INT:EDDI module swapped shipid} The ID of the ship for which the module was swapped
  • {TXT:EDDI module swapped toitem} The item to which the swap was finalised
  • {TXT:EDDI module swapped toslot} The slot to which the swap was finalised
Clone this wiki locally