-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: Add new feature "ns.${Api}.isEligible" functions for Bladeburner…
… and Stanek APIs.
- Loading branch information
1 parent
c37cdc7
commit 7adf5c1
Showing
12 changed files
with
237 additions
and
77 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
markdown/bitburner.bladeburner.checkbladeburnerapiaccess.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [checkBladeburnerAPIAccess](./bitburner.bladeburner.checkbladeburnerapiaccess.md) | ||
|
||
## Bladeburner.checkBladeburnerAPIAccess() method | ||
|
||
Check if you have access to the Bladeburner API. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
checkBladeburnerAPIAccess(): boolean; | ||
``` | ||
**Returns:** | ||
|
||
boolean | ||
|
||
true if you have access to the Bladeburner API, false otherwise. | ||
|
||
## Remarks | ||
|
||
RAM cost: 0 GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [isEligible](./bitburner.bladeburner.iseligible.md) | ||
|
||
## Bladeburner.isEligible() method | ||
|
||
Check if the player is eligible to join the Bladeburner faction. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isEligible(): boolean; | ||
``` | ||
**Returns:** | ||
|
||
boolean | ||
|
||
True if the player is eligible to join the Bladeburner faction, false otherwise. | ||
|
||
## Remarks | ||
|
||
RAM cost: 0 GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [checkStanekAPIAccess](./bitburner.stanek.checkstanekapiaccess.md) | ||
|
||
## Stanek.checkStanekAPIAccess() method | ||
|
||
Check if Stanek's Gift is installed. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
checkStanekAPIAccess(): boolean; | ||
``` | ||
**Returns:** | ||
|
||
boolean | ||
|
||
true if Stanek's Gift is installed, false otherwise. | ||
|
||
## Remarks | ||
|
||
RAM cost: 0 GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [isEligible](./bitburner.stanek.iseligible.md) | ||
|
||
## Stanek.isEligible() method | ||
|
||
Check if player is eligible for Stanek's Gift. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isEligible(): boolean; | ||
``` | ||
**Returns:** | ||
|
||
boolean | ||
|
||
true if the player can receive Stanek's Gift. | ||
|
||
## Remarks | ||
|
||
RAM cost: 0 GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.