mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
isBusy() now returns true if you are in a hacking mission
This commit is contained in:
@@ -11,4 +11,7 @@ installAugmentations() Netscript Function
|
||||
|
||||
This function will automatically install your Augmentations, resetting the game as usual.
|
||||
|
||||
It will return true if successful, and false otherwise.
|
||||
This function will return false if it was not able to install Augmentations.
|
||||
|
||||
If this function successfully installs Augmentations, then it has no return value because
|
||||
all scripts are immediately terminated.
|
||||
|
||||
@@ -5,5 +5,12 @@ isBusy() Netscript Function
|
||||
|
||||
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to run this function.
|
||||
|
||||
Returns a boolean indicating whether or not the player is currently performing an 'action'. These actions include
|
||||
working for a company/faction, studying at a univeristy, working out at a gym, creating a program, or committing a crime.
|
||||
Returns a boolean indicating whether or not the player is currently performing an 'action'.
|
||||
These actions include:
|
||||
|
||||
* Working for a company/faction
|
||||
* Studying at a univeristy
|
||||
* Working out at a gym
|
||||
* Creating a program
|
||||
* Committing a crime
|
||||
* Carrying out a Hacking Mission
|
||||
|
||||
Reference in New Issue
Block a user