Function to create a callback in the current side
function HRLib.CreateCallback(name: string, isLocal: boolean?, cb: any)
Parameters description
name - callback's name
name
isLocal - sets whether or not the callback to be local
isLocal
cb - callback's value. Can be anything or function with return value
cb
Last updated 10 months ago