SetMyPos: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
SetMyPos(Vector(0,1,0)); | SetMyPos(Vector(0,1,0)); | ||
</source>| | </source>| | ||
relfuncs=*[[ | relfuncs=*[[GetMyPos]] | ||
*[[ | *[[SetMyFacingAngle]] | ||
}} | }} |
Revision as of 15:28, 15 March 2022
Description:
Sets an NPC's position
Parameters:
(position)
position: The Vector position for NPC.
Return Values:
This function does not return any specific values.
Example
SetMyPos(Vector(0,1,0));
Related Functions
The following functions may be helpful as they relate to this function in one way or another.