SetMyPos

From NPC for VCMP 0.4 Servers
Revision as of 15:27, 15 March 2022 by 137.97.101.184 (talk) (Created page with "{{Welcome| desc=Sets an NPC's position| params=<syntaxhighlight lang="lua">(position)</syntaxhighlight> <poem>::position: The Vector position for NPC.</poem>| example=<source...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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.