mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
aa0940e180
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.
21 lines
448 B
Markdown
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.
|