Module:Environments/doc

From Risk of Rain 2 Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Environments

Environments contains details of Risk of Rain 2's environments.

Documentation

Package items

environments.EnvironmentExpansion(frame) (function)
Builds a template for an environment's expansion.
Parameter: frame Frame object (table)
Returns: Preprocessed wikitext of expansion template. (string)
environments.InteractableList(frame) (function)
Builds a list of interactables, given environment
Parameter: frame Frame object (table)
Returns: Preprocessed wikitext of interactable list. (string)
environments.MonsterList(frame) (function)
Builds a list of monsters, given environment
Parameter: frame Frame object (table)
Returns: Preprocessed wikitext of monster list. (string)
environments.EnvInfobox(frame) (function)
Builds a template for an environment's infobox.
Parameter: frame Frame object (table)
Returns: Preprocessed wikitext of environment infobox. (string)