- Found in:
- Vanilla
eventOnShipRampDown(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event recieved when a ship's landing ramp has lowereed all the way and connected to the surrounding navmesh
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnShipRampDown(ObjectReference akSenderRef)
Debug.trace("Event received - OnShipRampDown: akSenderRef = " + akSenderRef)
endEvent