mapcomplete/Logic/Actors/Readme.md

8 lines
330 B
Markdown
Raw Normal View History

Actors
======
An **actor** is a module which converts one UIEventSource into another while performing logic.
Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.
An actor should _never_ have a dependency on 'State' and should _never_ import it