Importing a new version from external source |
Importing a new version from external source |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The most commonly-named hook that one might encounter is called <code>WriteBack</code>. This makes it so that when one attempts to write to the driven field, the write will go through, writing both to the source value and driven value at once. | The most commonly-named hook that one might encounter is called <code>WriteBack</code>, seen on the [[Component:ValueCopy|ValueCopy]] component for example. This makes it so that when one attempts to write to the driven field, the write will go through, writing both to the source value and driven value at once. |
Latest revision as of 17:30, 3 July 2025
The most commonly-named hook that one might encounter is called WriteBack
, seen on the ValueCopy component for example. This makes it so that when one attempts to write to the driven field, the write will go through, writing both to the source value and driven value at once.