Quote:
Originally Posted by Mark Sir Link
I am only going with what scripthelp displays as the expected params, 3 strings
not sure what other string it could possibly want besides name, and I'm sure the reason this works isn't because it's what's expected, but instead because echoing objects tends to return object.name
|
Quote:
Originally Posted by Mark Sir Link
TGraalVar.catchevent(str, str, str) - adds an event handler for the specified object and event, third parameter is the function which receives the event (first parameter of the event will be the object for which the event occured)
|
there's your parameters right there.
it want's an object, documention failure. (<- future reference, i know it have been solved already)