Fix documentation

This commit is contained in:
Zughy 2023-11-23 17:08:59 +01:00
parent f1aa574819
commit 7c2813d051

View File

@ -16,7 +16,7 @@ Because it's always good to understand the API without surfing the code, innit?
### 1.2 Getters
* `parties.get_inviters(p_name)`: (table) returns a table containing as value the name(s) of the player(s) who invited `p_name`
* `parties.get_inviters(p_name)`: (table) returns a table containing as key the name(s) of the player(s) who invited `p_name`
* `parties.get_party_leader(p_name)`: (string) returns the party leader of the party where `p_name` is in, or `nil` if it's not in a party
* `parties.get_party_members(p_name, <online_only>)`: (table) returns a table containing as value the name(s) of the player(s) inside the party where `p_name` is in, or `nil` if it's not in a party. `online_only` is an optional boolean that, when `true`, only returns the members who are currently online