Background for Fallout 4
Member of the Actor script
voidfunctionSetForcedLandingMarker(ObjectReferenceaMarker)Native

Description

Wiki Description

Sets a specific ObjectReference (preferably a landing marker) as the place at which this actor must land from flight.

Documentation Comment

Set a specific marker as the place at which this actor must land from flight.
params:

  • aMarker: The ObjectReference to set as this actor's landing marker

Parameters

  1. ObjectReferenceaMarker

    CK Wiki Description

    The ObjectReference to set as this actor's landing marker


Examples

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

Auto-Generated Example

ObjectReference myObjectReference__aMarker

myActor__toCallFunctionOn.SetForcedLandingMarker(myObjectReference__aMarker)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.