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")
endIfAuto-Generated Example
ObjectReference returnedValue = myActor__toCallFunctionOn.GetForcedLandingMarker()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
