From 46c48d6a22ad952f177b3a8d852dd00f340265b1 Mon Sep 17 00:00:00 2001 From: Strongleong Date: Sat, 4 Feb 2023 11:09:50 +0000 Subject: [PATCH] `/callbacks.md` -> `notes/src/Callbacks.md` --- callbacks.md => notes/src/Callbacks.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename callbacks.md => notes/src/Callbacks.md (99%) diff --git a/callbacks.md b/notes/src/Callbacks.md similarity index 99% rename from callbacks.md rename to notes/src/Callbacks.md index 26ac0b6..7767374 100644 --- a/callbacks.md +++ b/notes/src/Callbacks.md @@ -1,4 +1,11 @@ -# Callbacks for `SAct.SetAct("EventFunc","**")` +# Ceallbacks + +They are called from python with: +```python +SAct.SetAct("EventFunc","!") +``` + +Note the `!` symbol in front of the callback name ## OG