1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Updated gdscript (markdown)

reduz
2014-04-19 12:07:26 -07:00
parent 913ccb15a4
commit d249aa7d7b

@@ -526,7 +526,7 @@ Functions cant be referenced because they are not treated as class members. T
instance.call("funcname",args) # call a function by bane instance.call("funcname",args) # call a function by bane
var fr = funcref(instance,"funcname") #create a function ref var fr = funcref(instance,"funcname") #create a function ref
fr.exec(args) fr.call_func(args)
``` ```