Remove
- Last UpdatedNov 17, 2021
- 1 minute read
The Remove method removes the specified server from the list.
Syntax
[Result=] aaServers.Remove(aaServer server);
Parameters
server
The name of the server to remove.
Return Value
If this method returns True, the instance was removed from the list. This method returns False if the exact instance is not in the list, and the list remains unchanged.
Remarks
The aaServer instance passed as an argument to the OnServerRemoved event is the same instance that was in the server list.