mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
30 lines
567 B
Markdown
30 lines
567 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Go](./bitburner.go.md) > [getMoveHistory](./bitburner.go.getmovehistory.md)
|
|
|
|
## Go.getMoveHistory() method
|
|
|
|
Returns all the prior moves in the current game, as an array of simple board states.
|
|
|
|
For example, a single 5x5 prior move board might look like this:
|
|
|
|
```js
|
|
[
|
|
"XX.O.",
|
|
"X..OO",
|
|
".XO..",
|
|
"XXO.#",
|
|
".XO.#",
|
|
]
|
|
```
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getMoveHistory(): string[][];
|
|
```
|
|
**Returns:**
|
|
|
|
string\[\]\[\]
|
|
|