From 46737f14ab68bbb0afeb6901cfadbf2475509621 Mon Sep 17 00:00:00 2001 From: Bottinator22 <59987380+Bottinator22@users.noreply.github.com> Date: Wed, 21 May 2025 20:36:20 -0700 Subject: Update player.md fix --- doc/lua/openstarbound/player.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/lua') 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. -- cgit v1.2.3