Updated Scripting (markdown)

WarmUpTill
2024-08-12 21:55:19 +02:00
parent 40a25609d1
commit 1290d69847

@@ -216,8 +216,9 @@ def advss_register_action_type(name, callback, get_properties, default_settings)
## advss_register_script_condition
### name
This is almost identical to `advss_register_script_action` with the only difference being the handling of the `result` field.
### name
The `name` field of calldata object associated with this procedure should specify the id of the condition type you want to register.
It will also be the user facing name in the condition type selection.
@@ -363,6 +364,8 @@ def advss_deregister_action(name):
## advss_deregister_script_condition
This is identical to `advss_deregister_script_action`.
### name
The `name` field of calldata object associated with this procedure should specify the id of the condition type you want to deregister.