Quote:
Originally Posted by WhiteDragon
Stefan, if you give us the name of the scripted PM window GUI objects we could probably do it ourselves.
|
I'm sure you could just loop through like this...
PHP Code:
for (temp.control : GUIContainer.controls) {
echo(control.name SPC "(" @ control.objecttype() @ ")");
}