mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.0 KiB
1.0 KiB
Home > bitburner > Sleeve > setToUniversityCourse
Sleeve.setToUniversityCourse() method
If you are not in BitNode-10, then you must have Source-File 10 in order to use this function.
Return a boolean indicating whether or not this action was set successfully.
Signature:
setToUniversityCourse(sleeveNumber: number, university: University, className: UniversityCourse): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
sleeveNumber | number | Index of the sleeve to start taking class. |
university | University | Name of the university to attend. |
className | UniversityCourse | Name of the class to follow. |
Returns:
boolean
True if this action was set successfully, false otherwise.
Remarks
RAM cost: 4 GB