MoveToNearestNavmeshLocation - ObjectReference
Revision as of 15:22, 2 December 2015 by imported>Plplecuyer
Member of: ObjectReference Script
Moves this reference to the nearest location that's on a Navmesh that an actor could reach by walking.
Syntax[edit | edit source]
Function MoveToNearestNavmeshLocation() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Reposition MarkerRef so that it's on the nearest Navmesh.
MarkerRef.MoveToNearestNavmeshLocation()