-
Notifications
You must be signed in to change notification settings - Fork 113
Gump object class Orion Assistant
Command format:
ReturnType NameSpace.name(requiredParameters, [optionalParameters=defaultValue]);
-
ReturnType - the return value of the function (void - the function returns nothing);
-
NameSpace - the scope of the function;
-
name - the name of the function;
-
requiredParameters - required parameters;
-
optionalParameters - optional parameters, the default value is indicated after the = sign
Returns gump serial.
Returns gump id.
Returns gumps X screen coordinate.
Returns gumps Y screen coordinate.
Returns true If gump response was already made.
Returns response button id if Replayed() was true.
Returns a list of all buttons within a gump.
Returns a list with all checkboxes within a gump.
Returns a list with all radio buttons within a gump.
Returns a list with all tile pics within a gump.
Returns a list with all gump pics within a gump.
Returns a list with all text entries within a gump.
Returns a list with all commands within a gump ( in same order as received from server ).
Returns a list with all strings within a gump ( in same order as received from server ).
Returns gump command by index.
Returns gump textby index.
Selects gump by a hook object (GumpHookObject).
Returns true if successfull.
Close the gump.