vault backup: 2023-02-16 22:00:13

This commit is contained in:
Daniel S. 2023-02-16 22:00:13 +01:00
parent 1e6199b358
commit 345278cb9a
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
They are called from python with:
They can be used in function parameters like so:
```python
SAct.SetAct("EventFunc","!<CallbackName>")
```
Or directly called from python:
```python
# Set Callback function
Scrap.SetCallFunc("!<Callback Name>")