player.facialMask and player.facialHair stuff
This commit is contained in:
parent
8bef4abdbc
commit
33e5476ab3
@ -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.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user