mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
10 lines
434 B
ReStructuredText
10 lines
434 B
ReStructuredText
takeUniversityCourse() Netscript Function
|
|
=======================================
|
|
|
|
.. js:function:: takeUniversityCourse(sleeveNumber, university, className)
|
|
|
|
:param int sleeveNumber: index of the sleeve to start taking class.
|
|
:param string university: name of the university to attend.
|
|
:param string className: name of the class to follow.
|
|
|
|
Return a boolean indicating whether or not this action was set successfully. |