/callbacks.md
-> notes/src/Callbacks.md
This commit is contained in:
parent
4c45dc80aa
commit
46c48d6a22
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue