/callbacks.md -> notes/src/Callbacks.md

This commit is contained in:
Strongleong 2023-02-04 11:09:50 +00:00
parent 4c45dc80aa
commit 46c48d6a22

View file

@ -1,4 +1,11 @@
# Callbacks for `SAct.SetAct("EventFunc","*<Callback>*")`
# Ceallbacks
They are called from python with:
```python
SAct.SetAct("EventFunc","!<CallbackName>")
```
Note the `!` symbol in front of the callback name
## OG