GetMyID: Difference between revisions

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

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-100) of the npc.


Example

GetMyID();

Related Functions

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