mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Proper function/property selection in visual script editing for property.
This one has an ordered list, built-in description, search, etc.
This commit is contained in:
parent
965fcf5996
commit
ad8f208bdb
17 changed files with 949 additions and 676 deletions
|
@ -595,7 +595,7 @@ VisualScriptNodeInstance* VisualScriptYieldSignal::instance(VisualScriptInstance
|
|||
}
|
||||
VisualScriptYieldSignal::VisualScriptYieldSignal() {
|
||||
|
||||
call_mode=CALL_MODE_INSTANCE;
|
||||
call_mode=CALL_MODE_SELF;
|
||||
base_type="Object";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue