This is an old revision of the document!
A collection of useful commands that are going to be necessary to run my future addons.
MashLib = {
Helpers, -- Helpful stuff
System, -- FFXIV related stuff (servers, regions, etc)
Character, -- Character related stuff
API, -- API Requests
Crafting, -- Crafting related stuff
Gathering, -- Gathering related stuff
Misc, -- Temporary values
Battle, -- Battle related stuff
Hacks -- Useful hacks
}
MashLib.Helpers.Log(log, type)
MashLib.Helpers.GetTime(type)
MashLib.Helpers.TimeSince(time)
MashLib.Helpers.PlaySound()
MashLib.Helpers.GetKeyInfo(key)
MashLib.Battle.GetEncounter(id)
MashLib.System.GetJob(id)
MashLib.System.GetJobId(name)
MashLib.System.GetServer(id)
MashLib.System.GetRegion(id)
MashLib.System.GetUsableKeys()
MashLib.Character.GetBuffList()
MashLib.API.GetEndpoint(name)
MashLib.Crafting.GetCondition(name)
MashLib.Battle.GetEncounter(id)
MashLib.Hacks.SpeedHacks.Set(fly, walk, mount)
MashLib.Hacks.SpeedHacks.Reset()