mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -2,23 +2,13 @@
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [GymLocationName](./bitburner.gymlocationname.md)
|
||||
|
||||
## GymLocationName enum
|
||||
## GymLocationName type
|
||||
|
||||
Locations of gym
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
declare enum GymLocationName
|
||||
type GymLocationName = _ValueOf<GymLocationNameEnumType>;
|
||||
```
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
| Member | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| AevumCrushFitnessGym | <code>LocationName.AevumCrushFitnessGym</code> | |
|
||||
| AevumSnapFitnessGym | <code>LocationName.AevumSnapFitnessGym</code> | |
|
||||
| Sector12IronGym | <code>LocationName.Sector12IronGym</code> | |
|
||||
| Sector12PowerhouseGym | <code>LocationName.Sector12PowerhouseGym</code> | |
|
||||
| VolhavenMilleniumFitnessGym | <code>LocationName.VolhavenMilleniumFitnessGym</code> | |
|
||||
**References:** [\_ValueOf](./bitburner._valueof.md)<!-- -->, [GymLocationNameEnumType](./bitburner.gymlocationnameenumtype.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user