-
Notifications
You must be signed in to change notification settings - Fork 0
blueprint_script
Ta-Shun Su edited this page Apr 24, 2024
·
3 revisions
It is an experimental feature. Run custom script.
use --view=script
to enable.
Please check the file tests/bp_example.py
It uses user config. To add above example:
{
"BlueprintScriptView": {
"actions": {
"my": "tests:bp_example:my_blueprint_script_function"
}
}
}
With above config, you have an action named my
, and it will run the function my_blueprint_script_function
.