Changes between Version 2 and Version 3 of code/doc/PartDestructionEvent
- Timestamp:
- May 22, 2014, 3:41:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/PartDestructionEvent
v2 v3 12 12 !PartDestructionEvents are used to modify a [BigShip ModularSpaceShip]'s behaviour when one if its !ShipParts is destroyed. 13 13 [[br]] 14 15 16 {{{ 17 #!html 18 <table border="0" bgcolor="lightgray"><tr><td> 19 <b>NOTE:</b> A part's destructionevents are <i>not</i> executed, if said part was destroyed by another part's destructionevent.<br>E.g: If destroying part A triggers an event destroying part B, the destructionevents of part B are <i>ignored</i>! 20 </td></tr></table> 21 }}} 14 22 15 23 == Implementation ==