Game Development Community


#1
07/10/2002 (12:32 am)
What do you mean with "structure"? You can get the value of %this by calling
echo("value of %this:" SPC %this);
...
#2
07/10/2002 (6:52 am)
Or maybe:

echo(%this.dump);

Would that work?
#3
07/10/2002 (8:04 am)
Aaargh! Sorry, I was half-asleep when I wrote it. I should be:

%this.dump();

That'll teach me to write code within 15 minutes of getting up!! What was I thinking?

Sorry!