C callbacks #6

Merged
Earthnuker merged 5 commits from Strongleong/ScrapHacks:callbacks into master 2023-02-04 11:17:53 +00:00
Showing only changes of commit 46c48d6a22 - Show all commits

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

Strongleong 2023-02-04 11:09:50 +00:00

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