mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
10 lines
381 B
ReStructuredText
10 lines
381 B
ReStructuredText
workoutAtGym() Netscript Function
|
|
=======================================
|
|
|
|
.. js:function:: workoutAtGym(sleeveNumber, gymName, stat)
|
|
|
|
:param int sleeveNumber: index of the sleeve to workout at the gym.
|
|
: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. |