Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/doc/lua
diff options
context:
space:
mode:
authorSilverSokolova <80606782+SilverSokolova@users.noreply.github.com>2024-08-13 19:47:45 -0500
committerGitHub <noreply@github.com>2024-08-13 19:47:45 -0500
commit33e5476ab314669cc89fc09127d20da1b5836e71 (patch)
tree1d5da552564de4a40e15e84e11608fd7d93d7ffb /doc/lua
parent8bef4abdbc7030c39d6c74aed6bc05b07189d5a1 (diff)
player.facialMask and player.facialHair stuff
Diffstat (limited to 'doc/lua')
-rw-r--r--doc/lua/openstarbound.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/lua/openstarbound.md b/doc/lua/openstarbound.md
index 8a70a05..ad8483d 100644
--- a/doc/lua/openstarbound.md
+++ b/doc/lua/openstarbound.md
@@ -232,53 +232,53 @@ Sets the player's hair directives.
---
-#### `String` player.facialHairGroup()
+#### `String` player.facialHair()
-Returns the player's facial hair group.
+Returns the player's facial hair type. Same as player.facialHairType?
-#### `void` player.setFacialHairGroup(`String` facialHairGroup)
+#### `void` player.setFacialHair(`String` facialHairGroup, `String` facialHairType, `String` facialHairDirectives)
-Sets the player's facial hair group.
+Sets the player's facial hair group, type, and directives.
---
-#### `String` player.facialHair()
+#### `String` player.facialHairType()
-Returns the player's facial hair.
+Returns the player's facial hair type.
-#### `void` player.setFacialHair(`String` facialHair)
+#### `void` player.setFacialHairType(`String` facialHairType)
-Sets the player's facial hair.
+Sets the player's facial hair type.
---
-#### `String` player.facialHairDirectives()
+#### `String` player.facialHairGroup()
-Returns the player's facial hair directives.
+Returns the player's facial hair group.
-#### `void` player.setFacialHairDirectives(`String` facialHairDirectives)
+#### `void` player.setFacialHairGroup(`String` facialHairGroup)
-Sets the player's facial hair directives.
+Sets the player's facial hair group.
---
-#### `String` player.facialMask()
+#### `String` player.facialHairDirectives()
-Returns the player's facial mask group.
+Returns the player's facial hair directives.
-#### `void` player.setFacialMask(`String` facialMask)
+#### `void` player.setFacialHairDirectives(`String` facialHairDirectives)
-Sets the player's facial mask.
+Sets the player's facial hair directives.
---
-#### `String` player.facialMaskType()
+#### `String` player.facialMask()
-Returns the player's facial mask type.
+Returns the player's facial mask group.
-#### `void` player.setFacialMaskType(`String` facialMaskType)
+#### `void` player.setFacialMask(`String` facialMaskGroup, `String` facialMaskType, `String` facialMaskDirectives)
-Sets the player's facial mask type.
+Sets the player's facial mask group, type, and directives.
---