ClearForcedLandingMarker - Actor

Member of: Actor Script

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

SyntaxEdit

Function ClearForcedLandingMarker()

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit