* Update api-documentor and api-extractor. #1566 follow-up.
I have verified that the HTML/markdown table generation bug in
[#4878](https://github.com/microsoft/rushstack/issues/4878) in rushstack
for api-documentor has been fixed as per rushstack#5256. The testcase
[repro](https://github.com/catloversg/api-documenter-bug-pr-4578) now
produces the correct expected output.
I have confirmed that the generated output in bitburner from
`npm run doc` now generated HTML tables, and correctly inserts
a blank line between the </table> and the follow line (e.g. Returns).
Stylisticly it could use some whitespace, but it is correctly rendered.
This commit is only the updated packages, not the updated generated
documentation. I assume that is automatically generated by the GitHub
workflow.
* Follow up to 5f732a6f35, include `npm run doc` changed docs.
* Add missing license info
* Fix React warning
---------
Co-authored-by: CatLover <152669316+catloversg@users.noreply.github.com>
3.9 KiB
Gang interface
Gang API
Signature:
export interface Gang
Remarks
If you are not in BitNode-2, then you must have Source-File 2 in order to use this API.
Methods
|
Method |
Description |
|---|---|
|
Ascend a gang member. | |
|
Check if you can recruit a new gang member. | |
|
Create a gang. | |
|
Get the result of an ascension without ascending. | |
|
Get bonus time. | |
|
Get chance to win clash with other gang. | |
|
Get cost of equipment. | |
|
List equipment names. | |
|
Get stats of an equipment. | |
|
Get type of an equipment. | |
|
Get information about your gang. | |
|
Get the effect of an install on ascension multipliers without installing. | |
|
Get information about a specific gang member. | |
|
List all gang members. | |
|
Get information about all gangs. | |
|
Check how many gang members you can currently recruit. | |
|
List member task names. | |
|
Get stats of a task. | |
|
Check if you're in a gang. | |
|
Sleeps until the next Gang update has happened. | |
|
Purchase an equipment for a gang member. | |
|
Recruit a new gang member. | |
|
Rename a Gang member to a new unique name. | |
|
Check the amount of Respect needed for your next gang recruit. | |
|
Set gang member to task. | |
|
Enable/Disable territory clashes. |