Open Dev Kit Documentation :: General :: Callback
Root.CallbackControl for callback functions
Functions
- Constructor ( Function API Node*, Parameters Stream Memory, This Abstract* )
- Call Void ( )
- Calls the callback function with no return value
- Call Void Object ( Object Abstract* )
- Calls the callback function with an object
- Call Bool ( ) Boolean
- Calls the callback function and returns a boolean value
Properties
- Function API Node'
- function to be called
- Parameters Stream Memory
- parameters to pass to the function
- This Abstract'
- optional instance or pointer on which the function is being called
- This Strong Abstract*
- strong reference to the instance or pointer on which the function is being called
- Tick Call Interval Float
- time between tick calls
- Valid Boolean
- If the callback still references an existing function.
If you think anything is missing, please feel free to: submit documentation feedback on this page
