PL/getAccountsBySerial: Difference between revisions
Jump to navigation
Jump to search
Jurandovsky (talk | contribs) m (Jurandovsky moved page PL/getAccountsBySerials to PL/getAccountsBySerial) |
Jurandovsky (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{Server function}} | {{Server function}} | ||
{{New items|3.014|1.4| | {{New items|3.014|1.4| | ||
Funkcja ta zwraca tabelę [[table]] zawierającą wszystkie konta [[ | Funkcja ta zwraca tabelę [[table]] zawierającą wszystkie konta [[account]] które zalogowały się na dany [[serial]]. | ||
}} | }} | ||
Revision as of 21:38, 5 March 2016
Funkcja ta zwraca tabelę table zawierającą wszystkie konta account które zalogowały się na dany serial.
Składnia
table getAccountsBySerial ( string serial )
OOP Syntax Help! I don't understand this!
- Note: This function is a static function underneath the Account class.
- Method: Account.getAllBySerial(...)
Wymagane argumenty
- serial: serial z którego chcemy pobrać konta
Zwracana wartość
Funkcja ta zwraca tabelę table zawierającą konta powiązane z tym serialem. Fałsz jeżeli podaliśmy zły serial w argumencie.
Przykład
Przykład ten dodaje komendę getAccounts która wyświetla ilość kont powiązaną z naszym serialem.
addCommandHandler("getAccounts", function (player, cmd) local serial = getPlayerSerial(player) local accounts = getAccountsBySerial(serial) outputChatBox("You have " .. #accounts .. " accounts.", player) end)
Zobacz również
- addAccount
- copyAccountData
- getAccount
- getAccountData
- getAccountName
- getAccountPlayer
- getAccountSerial
- getAccounts
- getAccountsBySerial
- getAllAccountData
- getPlayerAccount
- isGuestAccount
- logIn
- logOut
- removeAccount
- setAccountData
- setAccountPassword
- getAccountByID
- getAccountID
- getAccountIP
- getAccountsByData
- getAccountsByIP
- setAccountName