removeNetworkHandler
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Function Server and Client 
 
 
 ![]()
Online Only
Available since Server 1.0.0, Client 1.0.0
void removeNetworkHandler(string networkEventName)
The removeNetworkHandler function is used to remove a handler from being called when a network event occurs.
Parameters
| 1) | string | networkEventName | The name of the network event, case-insensitive. | 
Return
| void | This function doesn't return a value. | 
Notes
- This only works on custom network events, added by addNetworkHandler.
 
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Server Related
 
 
 
 addNetworkHandler
 
 
 
 removeNetworkHandler
Client Related
 
 
 
 addNetworkHandler
 
 
 
 connect
 
 
 
 disconnect
   
 gta.shutdownAndLaunchNetworkGame
 
 
 
 isConnected
 
 
 
 isConnecting
 
 
 
 removeNetworkHandler