C callbacks #6

Merged
Earthnuker merged 5 commits from Strongleong/ScrapHacks:callbacks into master 2023-02-04 11:17:53 +00:00
1 changed files with 8 additions and 1 deletions
Showing only changes of commit 46c48d6a22 - Show all commits

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