delay_manager_registry¶
-
class
mpf.core.delays.DelayManagerRegistry(machine: MachineController)¶ Bases:
objectKeeps references to all DelayManager instances.
Methods & Attributes
The delay_manager_registry has the following methods & attributes available. Note that methods & attributes inherited from the base class are not included here.
-
add_delay_manager(delay_manager: mpf.core.delays.DelayManager) → None¶ Add a delay manager to the list.
Parameters: delay_manager – The DelayManagerinstance you’re adding to this registry.
-