mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
allbuild commit a3c92dd0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## CodingContract.getNumTriesRemaining() method
|
||||
|
||||
Get the number of attempt remaining.
|
||||
Get the number of attempts remaining.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
@@ -17,13 +17,13 @@ getNumTriesRemaining(filename: string, host?: string): number;
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| filename | string | Filename of the contract. |
|
||||
| host | string | Host of the server containing the contract. Optional. Defaults to current server if not provided. |
|
||||
| host | string | Hostname of the server containing the contract. Optional. Defaults to current server if not provided. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
number
|
||||
|
||||
How many attempts are remaining for the contract;
|
||||
How many attempts are remaining for the contract.
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user