Object methods can use the reference of their own object via the usage of the special variable _self
_self
It permits to transmit the object reference to an other object.
example of method of objet A wich transmit it owns object reference to another B object.
PUBLIC FUNCTION("","transmitObject") { ["checkThis", _self] call _object; };
There was an error while loading. Please reload this page.