WildStar:UI Snippets: Difference between revisions
Jump to navigation
Jump to search
no edit summary
mNo edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
* Hooking into foreign addons functions (ger): https://forums.wildstar-online.com/forums/index.php?/topic/143803-event-reihenfolge-und-propagation-verhindern/?p=1434349 | * Hooking into foreign addons functions (ger): https://forums.wildstar-online.com/forums/index.php?/topic/143803-event-reihenfolge-und-propagation-verhindern/?p=1434349 | ||
* Table and pointer / references: https://forums.wildstar-online.com/forums/index.php?/topic/146237-de-referencing-pointer-for-writing/ | * Table and pointer / references: https://forums.wildstar-online.com/forums/index.php?/topic/146237-de-referencing-pointer-for-writing/ | ||
* Saving data for your addon | * Saving data for your addon - savedVariables: | ||
** https://forums.wildstar-online.com/forums/index.php?/topic/93286-saving-data-in-my-addon | ** https://forums.wildstar-online.com/forums/index.php?/topic/93286-saving-data-in-my-addon | ||
* Preventing colisions with saved variables when you change savedVars data structure of your addon: https://forums.wildstar-online.com/forums/index.php?/topic/145622-resetting-savedvariables/ | * Preventing colisions with saved variables when you change savedVars data structure of your addon: https://forums.wildstar-online.com/forums/index.php?/topic/145622-resetting-savedvariables/ | ||
* Stopping recurring timers: https://gist.github.com/serjoscha87/917d4c8756d1ec90ce8f | |||
* Using umlauts in your addon: http://www.esoui.com/forums/showthread.php?t=4188 |