SetMyPos

From NPC for VCMP 0.4 Servers
Revision as of 09:48, 5 January 2023 by Habi (talk | contribs)
(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:
true on success and null on failure (from v1.6)


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.