MCPcopy Create free account
hub / github.com/badvision/jace / newSearch

Method newSearch

src/main/java/jace/ui/MetacheatUI.java:193–199  ·  view source on GitHub ↗
(ActionEvent event)

Source from the content-addressed store, hash-verified

191 }
192
193 @FXML
194 void newSearch(ActionEvent event) {
195 Platform.runLater(() -> {
196 cheatEngine.newSearch();
197 updateSearchStats();
198 });
199 }
200
201 @FXML
202 void pauseClicked(ActionEvent event) {

Callers

nothing calls this directly

Calls 1

updateSearchStatsMethod · 0.95

Tested by

no test coverage detected