Difference between revisions of "MoveTo - ObjectReference"
Jump to navigation
Jump to search
Added "see also" section.
imported>Scornett (→Syntax) |
imported>Catwheezle (Added "see also" section.) |
||
Line 36: | Line 36: | ||
Bob.MoveTo(BobsHouseMarker, abMatchRotation = false) | Bob.MoveTo(BobsHouseMarker, abMatchRotation = false) | ||
</source> | </source> | ||
== Notes == | |||
* MoveTo() should be avoided for placing other actors in sight of the player, as they will suddenly appear in an unrealistic way. Instead, consider placing them nearby but out of sight, and making them approach the player using [[PathToReference]]. | |||
== See Also == | == See Also == | ||
Line 41: | Line 44: | ||
*[[MoveToMyEditorLocation - ObjectReference]] | *[[MoveToMyEditorLocation - ObjectReference]] | ||
*[[MoveToInteractionLocation - ObjectReference]] | *[[MoveToInteractionLocation - ObjectReference]] | ||
*[[PathToReference]] | |||
*[[SetPosition]] |