ServerComm
This item only works when running on the server. Server
Types
ServerMiddlewareFn
The middleware function takes the client player and the arguments (as a table array), and should
return true|false
to indicate if the process should continue.
If returning false
, the optional varargs after the false
are used as the new return values
to whatever was calling the middleware.