You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Updated gdscript (markdown)
@@ -526,7 +526,7 @@ Functions can’t be referenced because they are not treated as class members. T
|
||||
instance.call("funcname",args) # call a function by bane
|
||||
|
||||
var fr = funcref(instance,"funcname") #create a function ref
|
||||
fr.exec(args)
|
||||
fr.call_func(args)
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user