engine¶
Handles loading and accessing of engines
| Attributes: |
|
|---|
-
fireform.engine.load(name)¶ Load an engine.
This should not be called more than once per program execution.
Parameters: - name: string
The name of the engine. Currently, only the
'pyglet'engine is valid.