Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.26 KB

bitburner.sleeve.settouniversitycourse.md

File metadata and controls

38 lines (24 loc) · 1.26 KB

Home > bitburner > Sleeve > setToUniversityCourse

Sleeve.setToUniversityCourse() method

Set a sleeve to take a class at a university.

Signature:

setToUniversityCourse(
    sleeveNumber: number,
    universityName: UniversityLocationName | `${UniversityLocationName}`,
    courseName: UniversityClassType | `${UniversityClassType}`,
  ): boolean;

Parameters

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.

Remarks

RAM cost: 4 GB

Return a boolean indicating whether or not this action was set successfully.