diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2025-05-21 20:36:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-21 20:36:20 -0700 |
commit | 46737f14ab68bbb0afeb6901cfadbf2475509621 (patch) | |
tree | 7043f0bd5e453707b605225bd0395b54ab15eb1d /doc | |
parent | ce23b5a5d3af67be00ddc41a9b75257356a83140 (diff) |
Update player.md
fix
Diffstat (limited to 'doc')
-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. |