GetBans: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ {{Server function}} This function will return a table over all the ban elements in the server. ==Syntax== <syntaxhighlight lang="lua"> table getBans () </syntaxhighlight> ===Returns=== Returns a [...) |
mNo edit summary |
||
Line 9: | Line 9: | ||
===Returns=== | ===Returns=== | ||
Returns a [[table]] over all the [[ban]] | Returns a [[table]] over all the [[ban]] pointers. | ||
==Example== | ==Example== |
Revision as of 17:35, 23 January 2009
This function will return a table over all the ban elements in the server.
Syntax
table getBans ()
Returns
Returns a table over all the ban pointers.
Example
--TODO
See Also
- addBan
- banPlayer
- getBanAdmin
- getBanIP
- getBanNick
- getBanReason
- getBanSerial
- getBanTime
- getBanUsername
- getBans
- getUnbanTime
- isBan
- kickPlayer
- setBanAdmin
- setBanNick
- setBanReason
- setUnbanTime
- reloadBans
- removeBan