mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
IPVGO: Do not update captures on passed analysis boards (#2415)
This commit is contained in:
committed by
GitHub
parent
49e231fd41
commit
4218b01dfb
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
3
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -4821,8 +4821,9 @@ export interface GoAnalysis {
|
||||
*
|
||||
* @param boardState - The initial board state to use for the new game, in the format used by getBoardState().
|
||||
* @param komi - Optional komi value to set for the game. Defaults to 5.5.
|
||||
* @param nextPlayerIsWhite - Optional. Whether or not the next player to play is the white player. Defaults to false.
|
||||
*/
|
||||
setTestingBoardState(boardState: string[], komi?: number): void;
|
||||
setTestingBoardState(boardState: string[], komi?: number, nextPlayerIsWhite?: boolean): void;
|
||||
|
||||
/**
|
||||
* Adds a colored circle indicator to the specified point. These indicators are removed once a move is played.
|
||||
|
||||
Reference in New Issue
Block a user