ACE3/documentation/feature/interaction.md
Dharma Bellamkonda aa0940e180 Document module dependencies
Add a list of dependencies to each module's documentation. Also add a
note to the documenation of modules which are a dependency for many
other modules. Dependency lists are pulled from each module's
config.cpp.
2015-05-13 13:31:53 -06:00

21 lines
448 B
Markdown

---
layout: wiki
title: Interaction
group: feature
parent: wiki
---
# Overview
## Sub-feature 1
Short description of sub-feature 1.
## Sub-feature 2
Short description of sub-feature 2.
# Usage
Short overview of how to use the feature, e.g. menu options, key bindings,
instructions. May not apply to all modules.
# Dependencies
`ace_interact_menu`
Note: The Interaction module is required by many other modules. Disabling it is not recommended.