diff --git a/Callbacks.md b/Callbacks.md index 2efe9dd..e59fe55 100644 --- a/Callbacks.md +++ b/Callbacks.md @@ -1,4 +1,10 @@ -They are called from python with: +They can be used in function parameters like so: +```python +SAct.SetAct("EventFunc","!") +``` + +Or directly called from python: + ```python # Set Callback function Scrap.SetCallFunc("!")