|
Rebornbuddy
|
Class that handles managing user gearsets. More...
Static Public Member Functions | |
| static void | ChangeGearset (int index) |
| Change to the provided index. | |
| static void | SaveGearset (int index) |
| Update the provided index. | |
| static async Task< bool > | DeleteGearset (int index) |
| Delete the gearset at the provided index. | |
Properties | |
| static GearSet[] | GearSets [get] |
| Array of all active and inactive gearsets. | |
| static byte | GearsetLimit [get] |
| Maximum number of gearsets a user may have. | |
| static int | ActiveGearsetIndex [get] |
| Currently selected gearset index. | |
| static GearSet | ActiveGearset [get] |
| Currently selected gearset. | |
Class that handles managing user gearsets.
|
static |
Change to the provided index.
| index |
|
static |
Delete the gearset at the provided index.
| index |
|
static |
Update the provided index.
| index |
|
staticget |
Currently selected gearset.
|
staticget |
Currently selected gearset index.
|
staticget |
Maximum number of gearsets a user may have.
|
staticget |
Array of all active and inactive gearsets.