View Single Post
  #10  
Old 04-01-2008, 09:43 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Inverness View Post
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.
Reply With Quote