Difference between revisions of "TLO:This"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Forms == | == Forms == | ||
− | * | + | *... '''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 == | ||
== See Also == | == See Also == | ||
− | + | {{LavishScript:Top-Level Object}} | |
− | |||
− | |||
− |
Latest revision as of 16:47, 8 July 2018
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
LavishScript Top-Level Objects