# Wildpants **Repository Path**: ananhaid/Wildpants ## Basic Information - **Project Name**: Wildpants - **Description**: Shared services between Bagnon and Combuctor. Pants are a dangerous foe indeed. - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wildpants :jeans: Wildpants is a collection of code functionality shared between Bagnon and Combuctor. Having a shared codebase allow for easier maintenance and for new features to be simultaneously implemented on both addons without additional effort. Wildpants includes: * Core useful functionality (frame display management, settings setup, custom item events,...) * Classes to generate shared UI compoments (item buttons, money display, sort button,...) * Common features (tooltip counts, item rulesets, flash find,...) * _Load on demand_ configuration menus to control all the aforementioned features ## For Developers Are you a developer? Wildpants provides a rich API for developing plugins or addons that interact with _Bagnon_ or _Combuctor_: * [Item Ruleset API](https://github.com/tullamods/Wildpants/wiki/Ruleset-API) * [Custom Events](https://github.com/tullamods/Wildpants/wiki/Custom-Events)