Files
bitburner-src/markdown/bitburner.goanalysis.clearpointhighlight.md

658 B

Home > bitburner > GoAnalysis > clearPointHighlight

GoAnalysis.clearPointHighlight() method

Removes the highlight color and text from the specified node.

Signature:

clearPointHighlight(x, y): void;

Parameters

Parameter Type Description
x (not declared) the x coordinate to remove highlight from
y (not declared) the y coordinate to remove highlight from

Returns:

void