Finished my work, an updated and beautiful plugin providing autocompletion api and xml support. Credit for the plugin code to @Farangkao from whose work i built off of to turn this from an api def file to a plugin
Solvaring [07-08-17 - 18:38]
Finished my work, an updated and beautiful plugin providing autocompletion api and xml support. Credit for the plugin code to @Farangkao from whose work i built off of to turn this from an api def file to a plugin
diff --git a/ZBS_API_Files/ESOAPIXMLPlugin.lua b/ZBS_API_Files/ESOAPIXMLPlugin.lua
index 8a41019..a1e9e69 100644
--- a/ZBS_API_Files/ESOAPIXMLPlugin.lua
+++ b/ZBS_API_Files/ESOAPIXMLPlugin.lua
@@ -1,4 +1,4 @@
-api = {
+local api = {
EVENT_MANAGER = {type="class", childs = {
RegisterForEvent = {type="method", args="(*string* _YourAddonName_, *integer* _event_, *function* _callback_)", returns="(bool:success,)", valuetype="bool,"},
UnregisterForEvent = {type="method", args="(*string* _YourAddonName_, *integer* _event_)", returns="(bool:success,)", valuetype="bool,"},
@@ -33132,7 +33132,7 @@ local spec = {
}
return {
- name = "ESOAddonDev",
+ name = "ESOAPIXMLPlugin",
description = "Elder Scrolls Autocomplete Plugin",
author = "@Farangkao with update script for api and keywords by @Solvaring",
-- api = { }, -- "ESOAddonDev","baselib"