The return data type of the RPC callback
The RPC name to call
The source of the player to call the RPC event on
Optional data to pass to the client through the RPC callback
The method used whenever handling a promisified event sent by the Client Utils instance
Request data type
Response data type
The event name to listen for
A callback function which provides the request and response data to the caller
Generated using TypeDoc
For calling RPC events registered on the client. RPC events will trigger on the client and return client data which is dependent on the logic of the RPC callback.