diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-08-11 13:25:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-11 13:25:54 -0500 |
commit | b39072f0715967d54f7b5ea9a67f128e2d98a340 (patch) | |
tree | d4efa8e77cc6e0db3d5c64c02ffc58ef45918c97 /doc | |
parent | 4e236740f6c0417398f897001cd36351b35475df (diff) |
Update openstarbound.md
Diffstat (limited to 'doc')
-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. |