Home > bitburner > Sleeve > setToUniversityCourse
Set a sleeve to take a class at a university.
Signature:
setToUniversityCourse(
sleeveNumber: number,
universityName: UniversityLocationName | `${UniversityLocationName}`,
courseName: UniversityClassType | `${UniversityClassType}`,
): boolean;
Parameter | Type | Description |
---|---|---|
sleeveNumber | number | Index of the sleeve to start taking class. |
universityName | UniversityLocationName | `${UniversityLocationName}` | Name of the university to attend. |
courseName | UniversityClassType | `${UniversityClassType}` | Name of the course to follow. |
Returns:
boolean
True if this action was set successfully, false otherwise.
RAM cost: 4 GB
Return a boolean indicating whether or not this action was set successfully.