Extensions/

From ENIGMA
Jump to navigation Jump to search

The Extensions/ directory contains eYAML files containing specifications for groups of local variables. The files partition the locals into groups similar to Packages.

For help making extensions, see How to make an extension.


Format

This spec is incomplete. It must eventually cover method names and component-ready structures.

PACKAGENAME:
	Locals:
		LOCALNAME: TYPE REFERENCES[ARRAYS]
		LOCALNAME: TYPE


Example

Typical Status Locals:
	Locals:
		health: int
		score: int
		lives: int