GetMyID: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
GetMyID();
GetMyID();
</source>|
</source>|
retvals= The ID of the npc.|
retvals= The ID (0-99) of the npc.|
relfuncs=*[[GetMyName]]
relfuncs=*[[GetMyName]]
}}
}}

Latest revision as of 04:48, 6 September 2024


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


Parameters:

NoParams


Return Values:
The ID (0-99) of the npc.


Example

GetMyID();

Related Functions

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