Background for Skyrim SE
Member of the Actor script

Description

Wiki Description

Clears an actor's obligation (set by Actor.SetForcedLandingMarker(...)) to use a particular marker when this actor has to land. Just an alternate way of setting the forced landing marker to None.

Documentation Comment

Remove the obligation to use a particular marker when this actor has to land.


Caveats


Examples

; Clears the forced landing marker on the actor
akActor.ClearForcedLandingMarker()

Auto-Generated Example

myActor__toCallFunctionOn.ClearForcedLandingMarker()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.