- Found in:
- Vanilla
eventOnShipSold()
Description
Documentation Comment
Event this is triggered when a ship is sold
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnShipSold()
Debug.trace("Event received - OnShipSold")
endEvent