Server
Callback
Function to call a callback from the same side
Parameters description
name
- callback's namesource
- focused player's server Id or nil if the callback doesn't use it or it's not a function...
- the callback function's parameters if it's function, otherwise it's not used
ClientCallback
Function to call client sided callback
Parameters description
name
- callback's namesource
- focused player's server Id or nil for -1...
- the callback function's parameters if it's function, otherwise it's not used
Last updated