mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
28 lines
669 B
Markdown
28 lines
669 B
Markdown
---
|
|
layout: wiki
|
|
title: Modules
|
|
description: Framework for module handling.
|
|
group: feature
|
|
category: general
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 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. Dependencies
|
|
|
|
{% include dependencies_list.md component="modules" %}
|
|
|
|
> Note: The Modules module is required by nearly all other modules. Do NOT remove it!
|
|
|
|
## 3. Usage
|
|
|
|
For technical usage and instructions, please refer to our [framework documentation about the module component] ({{site.baseUrl}}/wiki/framework/modules-framework.html).
|