CBA_fnc_addClientToServerEventhandler

Description

Registers an event handler for a client to server event which only runs on the server (thus is only needed on the server)

Parameters

_eventTypeType of event to handle [String].
_handlerFunction to call when event is raised [Code].

Returns

Nothing

Author

Xeno

Close