mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Updated function argument names
This commit is contained in:
parent
5052cb2b91
commit
428f03cf06
74 changed files with 195 additions and 194 deletions
|
@ -1208,6 +1208,7 @@ void VisualScriptPreload::set_preload(const Ref<Resource> &p_preload) {
|
|||
preload = p_preload;
|
||||
ports_changed_notify();
|
||||
}
|
||||
|
||||
Ref<Resource> VisualScriptPreload::get_preload() const {
|
||||
|
||||
return preload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue