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

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit