
55.png (131.57 KB, 下载次数: 37)
下载附件
CPP代码:
- //Adding a new submenu
- Menu::MenuOption("Test Menu", "test_menu");
- if (Menu::currentMenu("test_menu")) {
- // your menu contents
- }
- //Adding an option
- if (Menu::Option("Example Option")) {
- // run option code here
- }
- //Adding a bool option
- Menu::BoolOption("Example Bool Option", &testBool);
- // if you want it to run code at same time of toggle
- if (Menu::BoolOption("Example Bool Option", &testBool)) {
- // run code here
- }
复制代码
###
创之辅助网 发表于 2017-1-20 16:04
什么辅助这是能用吗
源代码###
boss不更新辅助了嘛###
308169172 发表于 2017-1-20 19:22
boss不更新辅助了嘛
更新啊