Home > bitburner > UserInterface > getAllAliases
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.
RAM cost: 0 GB