-
Notifications
You must be signed in to change notification settings - Fork 82
Module retrieved event
Tkael edited this page Sep 17, 2017
·
9 revisions
Triggered when you fetch a previously stored module.
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
-
slot
The outfitting slot -
ship
The ship for which the module was retrieved -
shipid
The ID of the ship for which the module was retrieved -
item
The item being retrieved -
modifications
The name of Engineer modifications, if any -
swapoutitem
The item being swapped out (if the slot was not empty) -
cost
The cost of retrieval
When using this event in VoiceAttack the information about this event is available as follows
-
{DEC:EDDI module retrieved cost}
The cost of retrieval -
{TXT:EDDI module retrieved item}
The item being retrieved -
{TXT:EDDI module retrieved modifications}
The name of Engineer modifications, if any -
{TXT:EDDI module retrieved ship}
The ship for which the module was retrieved -
{INT:EDDI module retrieved shipid}
The ID of the ship for which the module was retrieved -
{TXT:EDDI module retrieved slot}
The outfitting slot -
{TXT:EDDI module retrieved swapoutitem}
The item being swapped out (if the slot was not empty)