Translations:Linkage/12/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
Importing a new version from external source
Line 1: Line 1:
'''Hooks''' are an optional part of drives that certain components may utilize. They are essentially the same thing as drives except for the fact that when the driven field attempts to be written to, a function will be run. This function is defined by the driver.
'''Hooks''' are an optional part of drives that certain components may utilize. They are an optional function that will be run when the driven field attempts to be written to. This function is defined by the driver.

Revision as of 14:10, 26 April 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Linkage)
A '''Hook''' is an optional part of linkage that certain drivers may utilize. It is a function that will be run when the linked element attempts to be changed. This function is defined by the driver. This allows the driver to arbitrarily change the behavior of writing to a sync element.

Hooks are an optional part of drives that certain components may utilize. They are an optional function that will be run when the driven field attempts to be written to. This function is defined by the driver.