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 @@ getControlledEmptyNodes(boardState?: string[]): string[];
|
||||
|
||||
| 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:**
|
||||
|
||||
string\[\]
|
||||
|
||||
A 2D array of characters indicating the player who controls each empty 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