Hi,

Is it currently possible to get a reference to the object associated with a loaded WTKX from a script within the WTKX itself?

For example, consider a class named Dog with a method named bark. Let dog.wtkx be a WTKX file whose root element is the Dog class. Can I call the bark method of "this" from a script in dog.wtkx?

For now, I'm just injecting the instance of Dog into the wtkx context with WTKXSerializer.put under very clever the name "self". :)

Cheers.

Michael

Reply via email to