View Single Post
  #5  
Old 12-08-2007, 11:45 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
Late reply, but meh, not like I'm active these days.

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  echo(
"--- GUI Controls START ---");
  for (
tmpGraalControl.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
__________________
Reply With Quote