PL/getAccountsBySerial: Difference between revisions
Jump to navigation
Jump to search
Jurandovsky (talk | contribs) (Created page with "__NOTOC__ {{Server function}} {{New items|3.014|1.4| Funkcja ta zwraca tabelę table zawierającą wszystkie konta accounts które zalogowały się na dany serial...") |
Jurandovsky (talk | contribs) m (Jurandovsky moved page PL/getAccountsBySerials to PL/getAccountsBySerial) |
Revision as of 21:36, 5 March 2016
Funkcja ta zwraca tabelę table zawierającą wszystkie konta accounts 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