- Found in:
- Vanilla
eventOnHomeShipSet(ObjectReferenceakSenderRef, SpaceshipReferenceakShip, SpaceshipReferenceakPrevious)
Description
Documentation Comment
Event that is triggered when the actors home ship is set.
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnHomeShipSet(ObjectReference akSenderRef, SpaceshipReference akShip, SpaceshipReference akPrevious)
Debug.trace("Event received - OnHomeShipSet: akSenderRef = " + akSenderRef + " akShip = " + akShip + " akPrevious = " + akPrevious)
endEvent