SetForcedLandingMarker - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Sets a specific ObjectReference (preferably a landing marker) as the place at which this actor must land from flight.
Syntax[edit | edit source]
Function SetForcedLandingMarker(ObjectReference aMarker) native
Parameters[edit | edit source]
- aMarker: The ObjectReference to set as this actor's landing marker
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Force the dragon to land in the glade marker
Dragon.SetForcedLandingMarker(GladeMarker)