Player::getClothes: Difference between revisions
(Created page with "This function return a hash of player clothes. == Syntax == <syntaxhighlight lang="javascript"> Hash player.getClothes(); </syntaxhighlight>") |
(→Syntax) |
||
| Line 2: | Line 2: | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
Object player.getClothes(); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 17:00, 4 January 2017
This function return a hash of player clothes.
Syntax
Object player.getClothes();