Method | Description | |
---|---|---|
AllArmor ( |
Adds all armor upgrades
|
|
AllPerformance ( |
Adds all performance upgrades
|
|
ApplyMod ( |
Applies selected mod
|
|
PreEnterModItem ( |
Pre-enters mod item
|
|
PreEnterModMenu ( |
Pre-enters mod menu
|
|
RemoveAll ( |
Removes all upgrades
|
|
SetBulletproofTyres ( |
Sets bulletproof tyres
|
|
SetCustomTyres ( |
Sets custom tyres
|
|
SetExtra ( |
Sets extra
|
|
SetPlateText ( |
Sets plate text
|
|
SetTurboTuning ( |
Sets turbo tuning
|
|
SetXeonLight ( |
Sets xeon light
|
Method | Description | |
---|---|---|
GenerateModMenu ( ) : void |
Generates mod menu for current vehicle
|
|
GetBulletproofTyres ( ) : bool |
Gets bulletproof tyres
|
|
GetCustomTyres ( ) : bool |
Gets custom tyres
|
|
GetExtra ( int extra ) : bool |
Gets extra
|
|
GetMenuIndex ( int category, int actualCategory, int vehicle ) : int |
Gets the menu index
|
|
GetTurboTuning ( ) : bool |
Gets turbo tuning
|
|
GetXeonLight ( ) : bool |
Gets xeon light
|
|
ProcessSpecialMod ( |
Processing special mods
|
public static AllArmor ( |
||
sender | Source menu item | |
return | void |
public static AllPerformance ( |
||
sender | Source menu item | |
return | void |
public static ApplyMod ( |
||
sender | Source menu item | |
return | void |
public static PreEnterModItem ( |
||
sender | Source menu item | |
return | void |
public static PreEnterModMenu ( |
||
sender | Source menu item | |
return | void |
public static RemoveAll ( |
||
sender | Source menu item | |
return | void |
public static SetBulletproofTyres ( |
||
sender | ||
return | void |
public static SetCustomTyres ( |
||
sender | Source menu item | |
return | void |
public static SetExtra ( |
||
sender | Source menu item | |
return | void |
public static SetPlateText ( |
||
sender | Source menu item | |
return | void |
public static SetTurboTuning ( |
||
sender | Source menu item | |
return | void |
public static SetXeonLight ( |
||
sender | Source menu item | |
return | void |