removeNetworkHandler

Function Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png 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

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