Quote:
Originally Posted by xXziroXx
Late reply, but meh, not like I'm active these days.
PHP Code:
//#CLIENTSIDE function onCreated() { echo("--- GUI Controls START ---"); for (tmp: GraalControl.controls) { echo(tmp); } echo("--- GUI Controls END ---"); }
Once you know the name of the Client RC GUI name, replace "GraalControl" with the name of it to find out about buttons etc. on the default client RC window.
Oh and, not entirely sure if its "GraalControl" or something else, but that's the name I think I remember. That, and GUIContainer ^_^
|
Yes, it is GraalControl. That's where all the GUIs & player things happen.
GUIContainer has start menu, etc.
I'll do that later I suppose.
EDIT:
For the record, ScriptedRCScriptEditorDelete