player.facialMask and player.facialHair stuff

This commit is contained in:
SilverSokolova 2024-08-13 19:47:45 -05:00 committed by GitHub
parent 8bef4abdbc
commit 33e5476ab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,26 @@ Sets the player's hair directives.
--- ---
#### `String` player.facialHair()
Returns the player's facial hair type. Same as player.facialHairType?
#### `void` player.setFacialHair(`String` facialHairGroup, `String` facialHairType, `String` facialHairDirectives)
Sets the player's facial hair group, type, and directives.
---
#### `String` player.facialHairType()
Returns the player's facial hair type.
#### `void` player.setFacialHairType(`String` facialHairType)
Sets the player's facial hair type.
---
#### `String` player.facialHairGroup() #### `String` player.facialHairGroup()
Returns the player's facial hair group. Returns the player's facial hair group.
@ -242,16 +262,6 @@ Sets the player's facial hair group.
--- ---
#### `String` player.facialHair()
Returns the player's facial hair.
#### `void` player.setFacialHair(`String` facialHair)
Sets the player's facial hair.
---
#### `String` player.facialHairDirectives() #### `String` player.facialHairDirectives()
Returns the player's facial hair directives. Returns the player's facial hair directives.
@ -266,19 +276,9 @@ Sets the player's facial hair directives.
Returns the player's facial mask group. Returns the player's facial mask group.
#### `void` player.setFacialMask(`String` facialMask) #### `void` player.setFacialMask(`String` facialMaskGroup, `String` facialMaskType, `String` facialMaskDirectives)
Sets the player's facial mask. Sets the player's facial mask group, type, and directives.
---
#### `String` player.facialMaskType()
Returns the player's facial mask type.
#### `void` player.setFacialMaskType(`String` facialMaskType)
Sets the player's facial mask type.
--- ---