User Tools

Site Tools


plugins:using_ashitacore

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

plugins:using_ashitacore [2016/07/15 23:03]
atom0s created
plugins:using_ashitacore [2016/07/15 23:09]
atom0s
Line 28: Line 28:
 </​code>​ </​code>​
  
 +----
  
 +==== IAshitaCore Implemented Functions ====
 +
 +The following functions can be used with the IAshitaCore object:
 +
 +  * **GetAshitaInstallPathA**:​ //Returns the current path to Ashita. (Ansi)//
 +  * **GetAshitaInstallPathW**:​ //Returns the current path to Ashita. (Unicode)//
 +  * **GetHandle**:​ //Returns the base handle to Ashita.dll. (The base address it is loaded at.)//
 +  * **GetFFXiHwnd**:​ //Returns the main FFXi window handle.//
 +  * **GetConfigurationManager**:​ //Returns the configuration manager interface for interacting with configuration files.//
 +  * **GetPointerManager**:​ //Returns the pointer manager interface for interacting with pointers.//
 +  * **GetResourceManager**:​ //Returns the resource manager interface for interacting with the games data files.//
 +  * **GetFontManager**:​ //Returns the font manager interface for interacting with highly-customizable built-in font objects.//
 +  * **GetChatManager**:​ //Returns the chat manager interface for interacting with the games chat log and command system.//
 +  * **GetDataManager**:​ //Returns the data manager interface for interacting with various data from the game. (Inventory, Player, Party, Target, etc.)//
 +  * **GetInputManager**:​ //Returns the input manager interface for interacting with the keyboard and mouse.//
 +  * **GetPacketManager**:​ //Returns the packet manager interface for interacting with the games packets.//
 +  * **GetPluginManager**:​ //Returns the plugin manager interface for interacting with the Ashita plugin manager.//
 +  * **GetGuiManager**:​ //Returns the Gui manager interface for interacting with the old AnTweakBar UI system.//
 +  * **GetImGuiManager**:​ //Returns the ImGui manager interface for interacting with the new ImGui system.//
plugins/using_ashitacore.txt · Last modified: 2016/07/15 23:09 by atom0s