View Single Post
06/16/14, 04:50 AM   #9
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by farangkao View Post
Sounds Interesting

Also MobileBank Extended is doing similar things (the original Author is BadVolt), i modified it to "Extended".

Note: In case you are not aware:
It's not necessary to save any Bank Data, because it's always available on the fly.
I hoped it might be avalible.

And it points at two other good reason to have a API like CCDR:
If they ever make the data availible on the fly (Account wide stable data), all I have to do is rewrite some code.
Wheter the data comes directly from the API or indirectly from the API (via saved var) is irrelevant for the addon programmer and enduser.

Also it allows me to have a fixed output format. If they ever change how functions return the data, I can simply change my aquisition functions and still deliver the format everyone knows.

Just need to get off my ass and continue programming it.


Edit: I misswrote the part about Bank and Gbank. Since that data is shared between Characters anyway, I wanted to not cover it. I might add it later.
If it does not cross the character border I leave it as optional stuff for later. If I ever get that far in the first place.

Last edited by zgrssd : 06/16/14 at 04:57 AM.
  Reply With Quote