- Found in:
- Vanilla
eventOnShipBought()
Description
Documentation Comment
Event this is triggered when a ship is bought
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SpaceshipReference
event OnShipBought()
Debug.trace("Event received - OnShipBought")
endEvent