Quote:
Originally Posted by Inverness
variable.link() does nothing except returning the variable's value..
|
Internally speaking, obj.link() returns a pointer which is referenced later instead of being sent through the callstack as a plain value. It doesn't have a great amount of use in GScript, but it
doesn't just return the variable's value.