IsBan: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Server function}} {{Needs_Example}} {{New items|4.0132|1.4| This function checks if the passed value is valid ban. }} ==Syntax== <syntaxhighlight lang="lua"> bool isBan ( va...") |
mNo edit summary |
||
Line 24: | Line 24: | ||
==See Also== | ==See Also== | ||
{{ | {{Admin_functions}} |
Revision as of 21:33, 18 April 2014
Script Example Missing Function IsBan needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
Syntax
bool isBan ( var theValue )
Required Arguments
- theValue: The value to check
Returns
Returns true if the value is a ban, false otherwise.
Example
--TODO
See Also
- addBan
- banPlayer
- getBanAdmin
- getBanIP
- getBanNick
- getBanReason
- getBanSerial
- getBanTime
- getBanUsername
- getBans
- getUnbanTime
- isBan
- kickPlayer
- setBanAdmin
- setBanNick
- setBanReason
- setUnbanTime
- reloadBans
- removeBan