-
Notifications
You must be signed in to change notification settings - Fork 20
Package Types
Windower 5 supports several types of user-developed Lua modules, or packages.
Addon packages are much like addons in Windower 4. They contain actual user-facing functionality such as adding new commands, modifying or injecting packets, displaying information on-screen, and so on. They are what most addon developers will be interested in, since, well, they develop them.
Library packages are again, much like the library modules in Windower 4. They contain code that may be used by multiple addons. As such, their code is generalized and helps addon developers avoid reimplementing common code fragments.
Services are a special kind of package - unlike addons, they are not loaded on demand, but at program start and they keep running throughout. Services are designed to be small and do only trivial work such as data gathering, with a high degree of availability in mind. They share data and trigger events among libraries and addons.
- Background and Architecture
- Windower Data Locations
- Code Standards and Guidelines
- Addon Development
- Windower Commands
- Packet Tutorial
- burdometer
- config
- delay_me_not
- distance
- dress_up
- enternity
- fps
- ime
- logger
- party_time
- paste
- pouches
- send
- shortcuts
- speedometer
- target_info
- terminate
- timestamp
- window_title
- Game
- Windower
- General