RV_Mods Manager (RV)

RV_Mods

A GUI for the RV mods (addons). It allow you to enable/disable and configure them. Open it with /rvmod, or by clicking the button placed right in the middle of the screen (you can move or hide the button, of course :p).

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

    Output:
    • 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

Output: boolean value

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

Output: nothing

You must login to post a comment. Don't have an account? Register to get one!

How easy is it to install RV_Mods?

  1. Choice:

  1. Results
  2. 0 comments

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,195
Recent files

Authors