1,584
edits
DrinkyBird (talk | contribs) (Documented GetPlayerSkin) Tag: Source edit |
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
||
Line 7: | Line 7: | ||
=== Parameters === | === Parameters === | ||
* ''player'': The player number to get the | * ''player'': The player number to get the skin of. | ||
* ''type'': Type of skin to retrieve: | * ''type'': Type of skin to retrieve: | ||
:* '''GETPLAYERSKIN_USERINFO (0)''' | :* '''GETPLAYERSKIN_USERINFO (0)''' | ||
::The player's skin setting (the <code>skin</code> CVar). | ::The player's skin setting (the <code>skin</code> CVar). | ||
:* '''GETPLAYERSKIN_WEAPON (1)''' | :* '''GETPLAYERSKIN_WEAPON (1)''' | ||
::The preferred skin of the player's current weapon. | ::The preferred skin of the player's current weapon, as defined with [[DECORATE#Actor_properties|Weapon.PreferredSkin]]. | ||
:* '''GETPLAYERSKIN_ACS (2)''' | :* '''GETPLAYERSKIN_ACS (2)''' | ||
::The player's skin as set by [[SetPlayerSkin]]. | ::The player's skin as set by [[SetPlayerSkin]]. | ||
Line 23: | Line 23: | ||
== Examples == | == Examples == | ||
{{noexamples}} | {{noexamples}} | ||
== See also == | |||
* [[SetPlayerSkin]] | |||
[[Category: ACS functions]] | [[Category: ACS functions]] |