SetForcedLandingMarker - Actor
Member of: Actor Script
Sets a specific ObjectReference (preferably a landing marker) as the place at which this actor must land from flight.
SyntaxEdit
Function SetForcedLandingMarker(ObjectReference aMarker) native
ParametersEdit
- aMarker: The ObjectReference to set as this actor's landing marker
Return ValueEdit
None.
ExamplesEdit
; Force the dragon to land in the glade marker
Dragon.SetForcedLandingMarker(GladeMarker)