Hello
With the local variable AncestorReturnValue you can obtain the return value of the event from the ancestor script.
Is it possible to obtain the return value from a few ancestors back?
E.g:
Object 3 inherits from Object 2, which inherits from object 1.
An event in Object 1 returns a value, and I would like to catch it in Object 3. The event in object 2 has no code.
Is this possible?
Greetz
PBMim
With the local variable AncestorReturnValue you can obtain the return value of the event from the ancestor script.
Is it possible to obtain the return value from a few ancestors back?
E.g:
Object 3 inherits from Object 2, which inherits from object 1.
An event in Object 1 returns a value, and I would like to catch it in Object 3. The event in object 2 has no code.
Is this possible?
Greetz
PBMim