Description
Wiki Description
Sets a specific ObjectReference (preferably a landing marker) as the place at which this actor must land from flight.
Documentation Comment
Set a specific marker as the place at which this actor must land from flight.
params:
- aMarker: The ObjectReference to set as this actor's landing marker
Parameters
ObjectReferenceaMarker
CK Wiki Description
The ObjectReference to set as this actor's landing marker
Examples
; Force the dragon to land in the glade marker
Dragon.SetForcedLandingMarker(GladeMarker)Auto-Generated Example
ObjectReference myObjectReference__aMarker
myActor__toCallFunctionOn.SetForcedLandingMarker(myObjectReference__aMarker)