mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
mychanges
This commit is contained in:
11
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
11
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -3748,7 +3748,7 @@ interface Stanek {
|
||||
* @public
|
||||
*/
|
||||
interface UserInterface {
|
||||
/**
|
||||
/**
|
||||
* Get the current theme
|
||||
* @remarks
|
||||
* RAM cost: cost: 0 GB
|
||||
@@ -4218,7 +4218,7 @@ export interface NS extends Singularity {
|
||||
tail(fn?: string, host?: string, ...args: any[]): void;
|
||||
|
||||
/**
|
||||
* Get the list servers connected to a server.
|
||||
* Get the list of servers connected to a server.
|
||||
* @remarks
|
||||
* RAM cost: 0.2 GB
|
||||
*
|
||||
@@ -4226,7 +4226,7 @@ export interface NS extends Singularity {
|
||||
* node way from the specified target server. The hostnames in the returned
|
||||
* array are strings.
|
||||
*
|
||||
* @param host - Hostname of the server to scan.
|
||||
* @param host - Optional, Hostname of the server to scan, default to current server.
|
||||
* @returns Returns an string of hostnames.
|
||||
*/
|
||||
scan(host?: string): string[];
|
||||
@@ -5406,9 +5406,9 @@ export interface NS extends Singularity {
|
||||
* Get information about the player.
|
||||
* @remarks
|
||||
* RAM cost: 0.5 GB
|
||||
*
|
||||
*
|
||||
* Returns an object with information on the current player.
|
||||
*
|
||||
*
|
||||
* @returns Player info
|
||||
*/
|
||||
getPlayer(): Player;
|
||||
@@ -5914,7 +5914,6 @@ interface Division {
|
||||
cities: string[];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Interface Theme
|
||||
* @internal
|
||||
|
||||
Reference in New Issue
Block a user