From 345278cb9aa96673e12aaececef18f737d041a14 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Thu, 16 Feb 2023 22:00:13 +0100 Subject: [PATCH] vault backup: 2023-02-16 22:00:13 --- Callbacks.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Callbacks.md b/Callbacks.md index 2efe9dd..e59fe55 100644 --- a/Callbacks.md +++ b/Callbacks.md @@ -1,4 +1,10 @@ -They are called from python with: +They can be used in function parameters like so: +```python +SAct.SetAct("EventFunc","!") +``` + +Or directly called from python: + ```python # Set Callback function Scrap.SetCallFunc("!")