ACE3/docs/wiki/feature/modules.md
TyroneMF 59fe345f60
Documentation - Add dependencies page (#8706)
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-12-02 15:40:46 +01:00

535 B

layout title component description group category parent mod version
wiki Modules modules Framework for module handling. feature general wiki ace
major minor patch
3 0 0

1. Overview

This is taking care of module initialization. It lets us ensure that modules placed in the editor run when they are supposed to.

2. Usage

For technical usage and instructions, please refer to our framework documentation about the module component.