Background for Fallout 4
Member of the Actor script

Description

Wiki Description

Returns the ref at which this actor is obliged to land, if one was set by Actor.SetForcedLandingMarker(...) (or none, if none was set).

Documentation Comment

Get the ref at which this actor is obliged to land, if one is set (or none, if not).


Caveats


Examples

; Does the dragon have a forced landing marker?
if (Dragon.GetForcedLandingMarker() == None)
  Debug.Trace("The dragon does not have a forced landing marker")
endIf

Auto-Generated Example

ObjectReference returnedValue = myActor__toCallFunctionOn.GetForcedLandingMarker()

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.