Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 661 Bytes

File metadata and controls

23 lines (13 loc) · 661 Bytes

Home > bitburner > UserInterface > getAllAliases

UserInterface.getAllAliases() method

Returns a list of every alias that's been set.

Signature:

getAllAliases(): Map<string, { substitution: string; isGlobal: boolean }>;

Returns:

Map<string, { substitution: string; isGlobal: boolean }>

A map of alias names to an object containing the substitution string and if the alias was set to global.

Remarks

RAM cost: 0 GB