MoveToNearestNavmeshLocation - ObjectReference

Revision as of 16:22, 2 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Moves this reference to the nearest location that's on a Navmesh that an actor could reach by walking.

SyntaxEdit

Function MoveToNearestNavmeshLocation() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Reposition MarkerRef so that it's on the nearest Navmesh.
MarkerRef.MoveToNearestNavmeshLocation()

See AlsoEdit