The Function Node this command in the expression editor inserts the token this. at the insertion point in the editing pane. This makes the object reference itself in the expression. Enter the object's parameter name after the period.
The "this" token is useful when you want to write object-independent expressions, such as for using the same expression on many different objects.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License