map_config ![code/modules/mapping/map_config.dm 6](git.png)
Vars | |
job_access_add | Add these accesses to jobs - type = list() |
---|---|
job_access_override | Override job accesses - type = list() - overrides everything else |
job_access_remove | Remove these accesses from jobs - type = list() |
job_blacklist | Jobs blacklist - if this is not empty, jobs in this aren't allowed. |
job_override_spawn_positions | Job spawn position mod - type = number |
job_override_total_positions | Job total position mod - type = number |
job_whitelist | Jobs whitelist - if this is not empty, ONLY these jobs are allowed. Overrides blacklist. |
orientation | Orientation to load in by default. |
persistence_key | Persistence key: Defaults to ckey(map_name). If set to "NO_PERSIST", this map will have NO persistence. |
planetary | Boolean that tells us if this is a planetary station. (like IceBoxStation) |
Procs | |
WriteNextMap | badmin moments. Keep up to date with LoadConfig()! |
Var Details
job_access_add ![code/modules/mapping/map_config.dm 60](git.png)
Add these accesses to jobs - type = list()
job_access_override ![code/modules/mapping/map_config.dm 66](git.png)
Override job accesses - type = list() - overrides everything else
job_access_remove ![code/modules/mapping/map_config.dm 62](git.png)
Remove these accesses from jobs - type = list()
job_blacklist ![code/modules/mapping/map_config.dm 54](git.png)
Jobs blacklist - if this is not empty, jobs in this aren't allowed.
job_override_spawn_positions ![code/modules/mapping/map_config.dm 56](git.png)
Job spawn position mod - type = number
job_override_total_positions ![code/modules/mapping/map_config.dm 58](git.png)
Job total position mod - type = number
job_whitelist ![code/modules/mapping/map_config.dm 52](git.png)
Jobs whitelist - if this is not empty, ONLY these jobs are allowed. Overrides blacklist.
orientation ![code/modules/mapping/map_config.dm 49](git.png)
Orientation to load in by default.
persistence_key ![code/modules/mapping/map_config.dm 22](git.png)
Persistence key: Defaults to ckey(map_name). If set to "NO_PERSIST", this map will have NO persistence.
planetary ![code/modules/mapping/map_config.dm 29](git.png)
Boolean that tells us if this is a planetary station. (like IceBoxStation)
Proc Details
WriteNextMap
badmin moments. Keep up to date with LoadConfig()!