We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d9988 commit f956f25Copy full SHA for f956f25
src/IGridEngine.ts
@@ -647,7 +647,9 @@ export interface IGridEngine {
647
/**
648
* Sets the given state for Grid Engine. Be aware that it will **not** remove
649
* any characters from Grid Engine. If you want to completely reset the state,
650
- * you should call {@link GridEngineHeadless.create}/{@link GridEngine.create}.
+ * you should call {@link GridEngineHeadless.create}/{@link GridEngine.create}
651
+ * or remove all characters via
652
+ * {@link GridEngineHeadless.removeAllCharacters}.
653
*/
654
setState(state: GridEngineState): void;
655
}
0 commit comments