GetMyID: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome| desc=Returns the player ID of the npc in the server.| params=<syntaxhighlight lang="lua">()</syntaxhighlight>| example=<source lang="lua"> GetMyID(); </source>| relfuncs=*GetMyName }}")
 
No edit summary
Line 5: Line 5:
GetMyID();
GetMyID();
</source>|
</source>|
retval= The ID of the npc.|
relfuncs=*[[GetMyName]]
relfuncs=*[[GetMyName]]
}}
}}

Revision as of 13:28, 14 February 2023


Description:
Returns the player ID of the npc in the server.


Parameters:

()


Return Values:
This function does not return any specific values.


Example

GetMyID();

Related Functions

The following functions may be helpful as they relate to this function in one way or another.