mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309.
This commit is contained in:
23
markdown/bitburner.userinterface.windowsize.md
Normal file
23
markdown/bitburner.userinterface.windowsize.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [UserInterface](./bitburner.userinterface.md) > [windowSize](./bitburner.userinterface.windowsize.md)
|
||||
|
||||
## UserInterface.windowSize() method
|
||||
|
||||
Get the current window size
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
windowSize(): [number, number];
|
||||
```
|
||||
<b>Returns:</b>
|
||||
|
||||
\[number, number\]
|
||||
|
||||
An array of 2 value containing the window width and height.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0 GB
|
||||
|
||||
Reference in New Issue
Block a user