diff --git a/callbacks.md b/notes/src/Callbacks.md similarity index 99% rename from callbacks.md rename to notes/src/Callbacks.md index 26ac0b6..7767374 100644 --- a/callbacks.md +++ b/notes/src/Callbacks.md @@ -1,4 +1,11 @@ -# Callbacks for `SAct.SetAct("EventFunc","**")` +# Ceallbacks + +They are called from python with: +```python +SAct.SetAct("EventFunc","!") +``` + +Note the `!` symbol in front of the callback name ## OG