v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
13
doc/lua/playercompanions.md
Normal file
13
doc/lua/playercompanions.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
The playerCompanions table contains bindings used to manage player companions such as pets and crew members.
|
||||
|
||||
---
|
||||
|
||||
#### `JsonArray` playerCompanions.getCompanions(`String` companionType)
|
||||
|
||||
Returns a list of configurations for all companions of the specified type.
|
||||
|
||||
---
|
||||
|
||||
#### `void` playerCompanions.setCompanions(`String` companionType, `JsonArray` companions)
|
||||
|
||||
Sets the player's companions of the specified type to the specified list of companion configurations.
|
Loading…
Add table
Add a link
Reference in a new issue