mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
IPVGO: Improve type checking and documentation (#2028)
This commit is contained in:
committed by
GitHub
parent
41c497161f
commit
70a083b34b
@@ -22,12 +22,14 @@ getChains(boardState?: string[]): (number | null)[][];
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| boardState | string\[\] | _(Optional)_ |
|
||||
| boardState | string\[\] | _(Optional)_ Optional. The current board state, as an array of strings. Defaults to the current board state. |
|
||||
|
||||
**Returns:**
|
||||
|
||||
(number \| null)\[\]\[\]
|
||||
|
||||
A 2D array of numbers identifying the chain ID of each point.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 16 GB (This is intentionally expensive; you can derive this info from just getBoardState() )
|
||||
|
||||
Reference in New Issue
Block a user