Difference between revisions of "ISXOgre:MethodsAndMembers"

From ISXOgre
Jump to: navigation, search
(Ogre On Screen Assistant)
(Ogre On Screen Assistant)
Line 1: Line 1:
== Ogre On Screen Assistant==
+
== ISXOgre Methods and Members ==
 
+
Note: This page is for scripters/people who plan to edit various files via code.
 
----
 
----
  
Line 9: Line 9:
 
'''''Methods'''''
 
'''''Methods'''''
 
* Patch - Runs the ISXOgre patcher to update files. This is generally used when you have the NoPatch option set to true.
 
* Patch - Runs the ISXOgre patcher to update files. This is generally used when you have the NoPatch option set to true.
 +
 +
 +
 +
== OgreBot functions available for call ==
 +
* CastFromUplink(string CommandForWho, string AbilityName)
 +
** Example of usage: relay all "Script[\${OgreBotScriptName}]:QueueCommand[call CastFromUplink all sanctuary]"
 +
 +
== OgreBot calls of calls ==
 +
* CommandForWho options
 +
** all - Everyone
 +
** Mage/Mages - Archetype of Mage
 +
** Melee - Archetype of Fighter or scout
 +
** Healer/Healers - Archetype of priest
 +
** Caster/Casters - Archetype of priest or mage
 +
** Toonname - Specific toonnames

Revision as of 16:38, 2 September 2010

ISXOgre Methods and Members

Note: This page is for scripters/people who plan to edit various files via code.


Members

  • bool IsReady - returns if the extension is loaded and ready to be used.


Methods

  • Patch - Runs the ISXOgre patcher to update files. This is generally used when you have the NoPatch option set to true.


OgreBot functions available for call

  • CastFromUplink(string CommandForWho, string AbilityName)
    • Example of usage: relay all "Script[\${OgreBotScriptName}]:QueueCommand[call CastFromUplink all sanctuary]"

OgreBot calls of calls

  • CommandForWho options
    • all - Everyone
    • Mage/Mages - Archetype of Mage
    • Melee - Archetype of Fighter or scout
    • Healer/Healers - Archetype of priest
    • Caster/Casters - Archetype of priest or mage
    • Toonname - Specific toonnames