User Tools

Site Tools


modding:xml:overlaytype

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
modding:xml:overlaytype [2013/05/31 03:50] – created gpmmodding:xml:overlaytype [2013/05/31 04:03] gpm
Line 45: Line 45:
  
   * **aOverlayID**: The ID of the overlay being created.   * **aOverlayID**: The ID of the overlay being created.
 +
 +===<OnObjDestroyed>===
 +The object that the overlay is on was destroyed.
 +
 +  * **gSource** is the object on which the item was installed.
 +
 +  * **aOverlayID** is the ID of the overlay.
 +
 +  * **aObjDestroyed** is the object that was destroyed (generally the same as gSource).
 +
 +  * **aDestroyer** is the object that destroyed us.
 +
 +  * **aOrderGiver** is the object that ordered the destruction. Generally this is the same as **aDestroyer** but in the case of autons, this is the controller of the auton.
 +
 +  * **aWreckObj** if not **Nil** this is the wreck object that resulted from the destruction.
 +
 +  * **aDestroyReason** this is the destruction cause.
  
 ===<OnUpdate>=== ===<OnUpdate>===
modding/xml/overlaytype.txt · Last modified: 2017/01/21 07:10 by 0xabcdef