diff options
Diffstat (limited to 'doc/lua')
-rw-r--r-- | doc/lua/openstarbound.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua/openstarbound.md b/doc/lua/openstarbound.md index 432743c..8a70a05 100644 --- a/doc/lua/openstarbound.md +++ b/doc/lua/openstarbound.md @@ -361,7 +361,7 @@ Makes the player say a string. Returns the specific humanoid identity of the player, containing information such as hair style and idle pose. -#### `void` player.humanoidIdentity(`Json` humanoidIdentity) +#### `void` player.setHumanoidIdentity(`Json` humanoidIdentity) Sets the specific humanoid identity of the player. |