mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
Merge pull request #2101 from Hedrauta/fix_commiitCrime_docu_description
Fix for ns.commitCrime description in the Documentation
This commit is contained in:
commit
1c7b0ab9a3
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1719,9 +1719,9 @@ export interface Singularity {
|
|||||||
* function will automatically cancel that action and give you your
|
* function will automatically cancel that action and give you your
|
||||||
* earnings.
|
* earnings.
|
||||||
*
|
*
|
||||||
* This function returns the number of seconds it takes to attempt the specified
|
* This function returns the number of milliseconds it takes to attempt the
|
||||||
* crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime, so running
|
* specified crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime,
|
||||||
* `commitCrime('rob store')` will return 60).
|
* so running `commitCrime('rob store')` will return 60000).
|
||||||
*
|
*
|
||||||
* Warning: I do not recommend using the time returned from this function to try
|
* Warning: I do not recommend using the time returned from this function to try
|
||||||
* and schedule your crime attempts. Instead, I would use the isBusy Singularity
|
* and schedule your crime attempts. Instead, I would use the isBusy Singularity
|
||||||
|
Loading…
Reference in New Issue
Block a user