diff options
Diffstat (limited to 'doc/lua/openstarbound/player.md')
-rw-r--r-- | doc/lua/openstarbound/player.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/lua/openstarbound/player.md b/doc/lua/openstarbound/player.md index a392ef9..47ec980 100644 --- a/doc/lua/openstarbound/player.md +++ b/doc/lua/openstarbound/player.md @@ -86,11 +86,17 @@ Sets the player's emote directives. --- -#### `String` player.hair() +#### `void` player.setHair(`String` hairGroup, `String` hairType, `String` hairDirectives) + +Sets the player's hair group, type, and directives. + +--- + +#### `String` player.hairGroup() Returns the player's hair group. -#### `void` player.setHair(`String` hairGroup) +#### `void` player.setHairGroup(`String` hairGroup) Sets the player's hair group. |