vault backup: 2023-02-16 21:56:37

This commit is contained in:
Daniel S. 2023-02-16 21:56:38 +01:00
parent e9c65b4ddf
commit 1e6199b358
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
They are called from python with:
```python
SAct.SetAct("EventFunc","!<CallbackName>")
# Set Callback function
Scrap.SetCallFunc("!<Callback Name>")
# Add parameters
Scrap.AddParams(str)
Scrap.AddParamf(float)
Scrap.AddParami(int)
# Execute
Scrap.Execute()
```
Note the `!` symbol in front of the callback name