GetMyName
Revision as of 13:20, 14 February 2023 by Habi (talk | contribs) (Created page with "{{Welcome| desc=Returns thr name of the npc.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| retval=The name of the npc as string.| note=This is equivalent to <source lang="lua" inline>GetPlayerName(GetMyId());</source> relfuncs=*GetMyId }}")
Description:
Returns thr name of the npc.
Parameters:
NoParams
Return Values:
This function does not return any specific values.
Important Note:
This is equivalent to GetPlayerName(GetMyId());
relfuncs=*GetMyId