Difference between revisions of "OgreAPI"

From ISXOgre\EverQuest1
Jump to: navigation, search
(Created page with "== OgreAPI == OgreAPI is an easy way for various functions of Ogrebot to be exposed to the outside world. === Methods === * PopulateTargetLists(uint UIBox, ... Params) ** Th...")
 
(OgreAPI)
Line 2: Line 2:
 
OgreAPI is an easy way for various functions of Ogrebot to be exposed to the outside world.
 
OgreAPI is an easy way for various functions of Ogrebot to be exposed to the outside world.
  
 +
Global TLO is: OgreAPI
  
 
=== Methods ===
 
=== Methods ===

Revision as of 22:19, 10 September 2014

OgreAPI

OgreAPI is an easy way for various functions of Ogrebot to be exposed to the outside world.

Global TLO is: OgreAPI

Methods

  • PopulateTargetLists(uint UIBox, ... Params)
    • This method clears out the combo/list box, then adds anything you add from below.
    • UIBox is the ID of the listbox that will be updated.
    • Params accepts the following. Note: Any command with a prefix of "-", means to remove it.
      • all
        • Adds all options below
      • ShowGroup | -ShowGroup
        • Adds/Removes @Group from the list
      • ShowRaid| -ShowRaid
        • Adds/Removes @Raid from the list
      • ShowMe| -ShowMe
        • Adds/Removes @Me from the list
      • ShowGroupPCs| -ShowGroupPCs
        • Adds/Removes individual group member names from the list
      • ShowRaidPCs| -ShowRaidPCs
        • Adds/Removes individual raid member names from the list
      • ShowPets| -ShowPets
        • Adds/Removes individual pet names from the list, based on ShowGroupPCs and ShowRaidPCs.
      • Note: If you do not have [Enable Pets in Drop Downs] checked, pets will not be displayed.