SetForcedLandingMarker - Actor

From the Fallout4 CreationKit Wiki
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]

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force the dragon to land in the glade marker
Dragon.SetForcedLandingMarker(GladeMarker)

See Also[edit | edit source]