MMOMinion

Full Version: wiki API not complete
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
it looks like the api documentattion in the wiki is not complete.
So i found in the quest lua a Inventory:BuyShopItem but this API call is not mentioned in the Wiki at least I did not find it.
So is there a way to get the actual supported API?
Thanks
Most things are in the Dev module. I started updating the wiki yesterday, but obviously not complete yet.
Any idea if eorzea time is inclued in API , Ace ?
local et = EorzeaTime()
gEorzeaTime = tostring(et.hour)..":"..(et.minute < 10 and "0" or "")..tostring(et.minute)

Taken out of ffxiv.lua

:)
thx dude