MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)

This commit is contained in:
catloversg
2025-05-10 16:28:48 +07:00
committed by GitHub
parent 7db15a6bd2
commit 22ee7fca2c
144 changed files with 1628 additions and 1458 deletions
+50
View File
@@ -0,0 +1,50 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [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";
};
```