Skip to content

Commit f956f25

Browse files
committed
#242 update docs
1 parent b7d9988 commit f956f25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/IGridEngine.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,9 @@ export interface IGridEngine {
647647
/**
648648
* Sets the given state for Grid Engine. Be aware that it will **not** remove
649649
* any characters from Grid Engine. If you want to completely reset the state,
650-
* you should call {@link GridEngineHeadless.create}/{@link GridEngine.create}.
650+
* you should call {@link GridEngineHeadless.create}/{@link GridEngine.create}
651+
* or remove all characters via
652+
* {@link GridEngineHeadless.removeAllCharacters}.
651653
*/
652654
setState(state: GridEngineState): void;
653655
}

0 commit comments

Comments
 (0)