Nightmare 
Vars | |
| contexts | List of nightmare context types, mapped to their instance |
|---|---|
| hostile_survivor_scenarios | Associated list of scenarios that indicate hostile survivor spawning |
| roots | List of parsed file nodes |
Procs | |
| get_scenario_is_hostile_survivor | Returns whether the ground context indicates a hostile survivor scenario |
| get_scenario_value | Returns a value from the global scenario |
| load_file | Reads a JSON file, returns a branch nmnode representing contents of file |
| load_map_config | Load nightmare steps relevant to a map |
| parse_file | Reads a JSON file, returns list of config nodes in the file |
| parse_tree | Instanciates nmnodes from parsed JSON |
| read_node | Instanciate a single nmnode from its JSON definition |
| set_scenario_value | Override a value from the global scenario. |
Var Details
contexts 
List of nightmare context types, mapped to their instance
hostile_survivor_scenarios 
Associated list of scenarios that indicate hostile survivor spawning
roots 
List of parsed file nodes
Proc Details
get_scenario_is_hostile_survivor
Returns whether the ground context indicates a hostile survivor scenario
get_scenario_value
Returns a value from the global scenario
load_file
Reads a JSON file, returns a branch nmnode representing contents of file
load_map_config
Load nightmare steps relevant to a map
parse_file
Reads a JSON file, returns list of config nodes in the file
parse_tree
Instanciates nmnodes from parsed JSON
read_node
Instanciate a single nmnode from its JSON definition
set_scenario_value
Override a value from the global scenario.