mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Updated gdscript (markdown)
parent
913ccb15a4
commit
d249aa7d7b
@ -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)
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user