server.unbanAllIPs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = method |class = Server |name = unbanAllIPs |parameters = void |return1 = null n/a |returnFail1 = null n/a |usage = unbans all IP addres...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = unbanAllIPs | ||
|side = server | |||
|type = method | |type = method | ||
|class = Server | |class = Server | ||
| | |games = iii vc sa iv | ||
| | |desc = unbans all IP addresses | ||
| | |return = null n/a | ||
| | |freturn = null n/a | ||
| | |sinceSS = 1.2.4 | ||
}} | }} |
Latest revision as of 20:37, 19 November 2022
Method
Server Only
Online and Offline
Available since Server 1.0.0
void server.unbanAllIPs(void)
The server.unbanAllIPs method is used to unbans all IP addresses.
Parameters
void | This method doesn't take any parameters. |
Return
null | This method doesn't return a value. |
Types
Client
Server
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.