NB! This build is a set of API libs together with RV Mods Manager. If you had a version earlier than v1.1 it is HIGHLY RECOMMENDED to remove all RVAPI folders from the "/[Game Folder]/Interface/AddOns/" folder.
Known RV addons:
Features:
1. Keep your addon options in one place
2. Show additional information about your projects like alternative names, credits, licenses etc.
3. Unlimited number of records in the "recent updates" list
4. Show official site of your project in the WEB.
Globals
RVMOD_Manager.Events
- NAME_REQUESTED: (Optional) RVMOD_Manager requested an alternative name
Output:- Return any string
- CREDITS_REQUESTED: (Optional) RVMOD_Manager requested credits information
Output:- Return any string
- LICENSE_REQUESTED: (Optional) RVMOD_Manager requested license incormation
Output:- Return any string
- PROJECT_URL_REQUESTED: (Optional) RVMOD_Manager requested project url
Output:- Return any string
- RECENT_UPDATES_REQUESTED: (Optional) RVMOD_Manager requested recent updates list
Output:- Return any string
- PARENT_WINDOW_UPDATED: (Optional) RVMOD_Manager regerated a new settings container
Input:- ParentWindow - container name
- Return TRUE to be marked as the addon with a settings
API Functions
API_RegisterAddon() Description: registers callback function in the RV Mods Manager Input:- Name - addon name. Should be same as in the .mod file under the "UiMod" tag
- CallbackOwner - table name for the CallbackFunction
- CallbackFunction - callBack function itself
API_ToggleAddon() Description: show RV Mods Manager window and point on a specific addon settings. Input:
- Name - addon name. Should be same as in the .mod file under the "UiMod" tag. Leave it NIL to toggle only RV Mods Manager
- TabNumber - staring from "1" and counting from right to left. Leave it NIL to toggle only RV Mods Manager
Facts
- Date created
- Nov 11, 2008
- Categories
- Last update
- Nov 24, 2010
- Development stage
- Release
- License
- MIT License
- Curse link
- RV_Mods Manager (RV)
- Downloads
- 20,728
- Recent files
- R: v1.1 Build 002 for 1.4.0 Nov 24, 2010
- R: v1.1 Build 001 for 1.4.0 Nov 22, 2010
- R: v1.01 Release for 1.3.5 Jun 27, 2010
- R: v1.0 Release for 1.3.3 Mar 14, 2010
- B: v0.99 Pre-Release for 1.3.3 Feb 24, 2010