Page 1 of 1

API docs for making new addons

Posted: Tue Sep 23, 2025 9:07 pm
by pvefarm
Hello!
Where i can find API with Lua functions for making new addons?
Or some documentation...

Re: API docs for making new addons

Posted: Wed Sep 24, 2025 11:12 am
by xyeppp
pvefarm wrote: Tue Sep 23, 2025 9:07 pm Hello!
Where i can find API with Lua functions for making new addons?
Or some documentation...
This repo has everything you will need to get started - official UI documentation, globals, systemdata & gamedata tables, xml schema and extracted default interface addons to learn from.

Translate this post as well for some basic introduction into addon making.

Re: API docs for making new addons

Posted: Wed Sep 24, 2025 1:18 pm
by Talladego
xyeppp wrote: Wed Sep 24, 2025 11:12 am This repo has everything you will need to get started - official UI documentation, globals, systemdata & gamedata tables, xml schema and extracted default interface addons to learn from.

Translate this post as well for some basic introduction into addon making.
Thanks!