mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [FactionNameEnumType](./bitburner.factionnameenumtype.md)
|
||||
|
||||
## FactionNameEnumType type
|
||||
|
||||
Names of all factions.
|
||||
|
||||
Warning: Spoiler ahead. This enum contains names of \*\*all\*\* factions. If you do not want to know what all the factions are, you should not check this enum. Some factions are only accessible in the endgame.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type FactionNameEnumType = {
|
||||
Illuminati: "Illuminati";
|
||||
Daedalus: "Daedalus";
|
||||
TheCovenant: "The Covenant";
|
||||
ECorp: "ECorp";
|
||||
MegaCorp: "MegaCorp";
|
||||
BachmanAssociates: "Bachman & Associates";
|
||||
BladeIndustries: "Blade Industries";
|
||||
NWO: "NWO";
|
||||
ClarkeIncorporated: "Clarke Incorporated";
|
||||
OmniTekIncorporated: "OmniTek Incorporated";
|
||||
FourSigma: "Four Sigma";
|
||||
KuaiGongInternational: "KuaiGong International";
|
||||
FulcrumSecretTechnologies: "Fulcrum Secret Technologies";
|
||||
BitRunners: "BitRunners";
|
||||
TheBlackHand: "The Black Hand";
|
||||
NiteSec: "NiteSec";
|
||||
Aevum: "Aevum";
|
||||
Chongqing: "Chongqing";
|
||||
Ishima: "Ishima";
|
||||
NewTokyo: "New Tokyo";
|
||||
Sector12: "Sector-12";
|
||||
Volhaven: "Volhaven";
|
||||
SpeakersForTheDead: "Speakers for the Dead";
|
||||
TheDarkArmy: "The Dark Army";
|
||||
TheSyndicate: "The Syndicate";
|
||||
Silhouette: "Silhouette";
|
||||
Tetrads: "Tetrads";
|
||||
SlumSnakes: "Slum Snakes";
|
||||
Netburners: "Netburners";
|
||||
TianDiHui: "Tian Di Hui";
|
||||
CyberSec: "CyberSec";
|
||||
Bladeburners: "Bladeburners";
|
||||
ChurchOfTheMachineGod: "Church of the Machine God";
|
||||
ShadowsOfAnarchy: "Shadows of Anarchy";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user