Method | Description | |
---|---|---|
Module ( string name, string status, int chargeqty, string chargename, string overload, string shortcut ) : System |
Build a module
|
public Module ( string name, string status, int chargeqty, string chargename, string overload, string shortcut ) : System | ||
name | string | Name of the item in the slot |
status | string | The status of the item |
chargeqty | int | The ammount of ammo in the mod if any |
chargename | string | The name of the ammo if any |
overload | string | Overload status of the module |
shortcut | string | The shortcut to activate the mod |
return | System |