mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
IPVGO: Add support for highlighting nodes and adding small text (#1996)
This commit is contained in:
committed by
GitHub
parent
5d486e3914
commit
f6e7ef082c
25
markdown/bitburner.goanalysis.clearpointhighlight.md
Normal file
25
markdown/bitburner.goanalysis.clearpointhighlight.md
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GoAnalysis](./bitburner.goanalysis.md) > [clearPointHighlight](./bitburner.goanalysis.clearpointhighlight.md)
|
||||
|
||||
## GoAnalysis.clearPointHighlight() method
|
||||
|
||||
Removes the highlight color and text from the specified node.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user