SetForcedLandingMarker - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]