F. A. Q.
Read this before asking for support
Section titled “Read this before asking for support”Q: Does this work with this [enter name here] (RP) Framework?
Section titled “Q: Does this work with this [enter name here] (RP) Framework?”A: This is a standalone C# API, so it does not depend on any particular framework. If your framework supports C# resources, it should work.
Q: HELP ME
Section titled “Q: HELP ME”A: Read the Troubleshooting & Support page.
Q: Where’s the LUA or JS version
Section titled “Q: Where’s the LUA or JS version”A: A wrapper for that may be made later. Currently it’s C# only.
Q: How do I build a menu?
Section titled “Q: How do I build a menu?”A: Checkout the brand new API Reference section!
Q: Do I need to draw menu’s manually?
Section titled “Q: Do I need to draw menu’s manually?”A: No, all you need to do is create a menu. Add it using
MenuController.AddMenu(menu);orMenuController.AddSubMenu(parentMenu, menu);and you’re good to go.
