mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-14 12:36:09 -05:00
Updated Scripting (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user