mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
11 lines
451 B
ReStructuredText
11 lines
451 B
ReStructuredText
setToGymWorkout() Netscript Function
|
|
====================================
|
|
|
|
.. js:function:: setToGymWorkout(sleeveNumber, gymName, stat)
|
|
|
|
:param int sleeveNumber: Index of the sleeve to workout at the gym. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
|
|
:param string gymName: Name of the gym.
|
|
:param string stat: Name of the stat to train.
|
|
|
|
Return a boolean indicating whether or not the sleeve started working out.
|