Difference between revisions of "TLO:This"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Forms ==
 
== Forms ==
*[[DataType:scriptobject|scriptobject]] '''This'''  
+
*... '''This'''  
 
:The object, if any, that the current function was called in context with.
 
:The object, if any, that the current function was called in context with.
 +
*... '''This[parent]'''
 +
:Special form for [[LavishScript:Script-Defined_Object_Types|script-defined object types]], which is a shortcut for casting an object type to its parent type (inheritance)
  
 
== Examples ==
 
== Examples ==

Revision as of 21:00, 23 February 2006

Forms

  • ... This
The object, if any, that the current function was called in context with.
  • ... This[parent]
Special form for script-defined object types, which is a shortcut for casting an object type to its parent type (inheritance)

Examples

See Also