-
Notifications
You must be signed in to change notification settings - Fork 113
Gumps 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
Request for the help menu gump of the server.
Outputs data of a gump by its index. If index equals -1, last gump is taken.
Creates a gump hook object.
index - Return-value of gump button or 'cancel' or a 0 when closing a gump with RMB.
Enables a gump hook to catch an incomming gump.
When new hook is enabled by Orion.WaitGump, it will be added to a stack. All previously enabled hooks will be waiting as well.
hook - an object created by Orion.CreateGumpHook.
Removes **all **enabled gump hooks .
Returns the amount of opened gumps from OA memory.
Get last gump sent by server.
Returns a GumpObject or a null reference.
Get gump by an index.
Returns a GumpObject or a null reference.
Get gump by serial and id.
Returns a GumpObject or a null reference.
Enables a gump hook and blocks thread for 'delay' amount of time in ms. Removes gump hook afterwards.
Returns true if a gump was received during delay period.
Move gump with type type to x, y coordinates. If serial/id is specified, an additional check is performed on these parameters.
type can be:
-
- paperdoll
-
- statusbar
-
- dye
-
- options
-
- generic
-
- menu
-
- graymenu
-
- trade
-
- shop
-
- radar
-
- map
-
- skills
-
- journal
-
- container
-
- spellbook
-
- spell
-
- drag
-
- textentrydialog
-
- question
-
- selectcolor
-
- selectfont
-
- notify
-
- book
-
- tip
-
- partymanifest
-
-
- characterprofile
-
- menubar
-
- buff
-
- chat
-
- bulletinboard
-
- bulletinboarditem
-
- worldmap
-
- custom
-
- targetsystem
-
- contextmenu
-
- skill
-
- combatbook
-
- ability
-
- racialabilitiesbook
-
- racialability
-
- customhouse
-
- property
-
- propertyicon
-
- profiles