mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
658 B
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