GetBans: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server function}} | {{Server function}} | ||
This function will return a table over all the [[ban]] | This function will return a table over all the [[ban]] values in the server. | ||
==Syntax== | ==Syntax== |
Revision as of 17:35, 23 January 2009
This function will return a table over all the ban values 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