GetMySkin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{v1_8_beta}} {{Welcome|Returns the skin ID of the NPC.| params=<source>NoParams</source>| example=<source inline>local myskin=GetMySkin()</source>| retvals=The Skin ID of the NPC.| relfuncs=*GetPlayerSkin|}}") |
No edit summary |
||
Line 4: | Line 4: | ||
example=<source inline>local myskin=GetMySkin()</source>| | example=<source inline>local myskin=GetMySkin()</source>| | ||
retvals=The Skin ID of the NPC.| | retvals=The Skin ID of the NPC.| | ||
relfuncs=*[[GetPlayerSkin]]|}} | relfuncs=*[[GetPlayerSkin]] | ||
*[[GetMyTeam]]|}} |
Revision as of 17:03, 29 October 2024
This function was added in v1.8 beta and will not work on previous versions.
Description:
Parameters:
NoParams
Return Values:
The Skin ID of the NPC.
Example
local myskin=GetMySkin()
Related Functions
The following functions may be helpful as they relate to this function in one way or another.