Shared
CreateCallback
Function to create a callback in the current side
Parameters description
name
- callback's nameisLocal
- sets whether or not the callback to be localcb
- callback's value. Can be anything or function with return value
Last updated