User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
guisys:predefined_methods [2006-09-07 15:05]
Carsten created; much enhanced copy of scripting:windowdef
guisys:predefined_methods [2006-09-07 15:10]
Carsten fixed links
Line 94: Line 94:
 The value of the desired variable in the appropriate type. The value of the desired variable in the appropriate type.
  
-As Lua supports //tuples// as return types, this method works with all variables listed at the [[#set_name_value|set()]] method, except for "​backMaterial"​ and "​font",​ which are write-only.+As Lua supports //tuples// as return types, this method works with all variables listed at the [[guisys:​predefined_methods#set_var_value|set()]] method, except for "​backMaterial"​ and "​font",​ which are write-only.
  
  
Line 132: Line 132:
  
 === Notes: === === Notes: ===
-  * For ''​var''​ only variables of type __float__ ​are allowed, see [[#set_name_value|set()]] for a list.+  * For ''​var'' ​//only variables of type **float** ​are allowed//, see [[guisys:​predefined_methods#set_var_value|set()]] for a list.
  
 === Example: === === Example: ===