diff options
author | WasabiRaptor <ketchupraptor@gmail.com> | 2025-05-25 13:24:44 -0400 |
---|---|---|
committer | WasabiRaptor <ketchupraptor@gmail.com> | 2025-05-25 13:24:44 -0400 |
commit | 59854f015602b791b51c20a008e78aaed68d20b9 (patch) | |
tree | 7b2f17dc60ad192fddec182f982f6feb5781eddd /doc/lua/openstarbound | |
parent | 96b86c63fd168df1a8463f184932d1b39c4284ec (diff) | |
parent | 1eac38c5526f6d4deee811e9995ed5579cdda46c (diff) |
Merge branch 'main' into networked-animator-improvements
Diffstat (limited to 'doc/lua/openstarbound')
-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. |