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
var fr = funcref(instance,"funcname") #create a function ref
fr.exec(args)
fr.call_func(args)
```