Translations:Dynamic variables/118/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
Importing a new version from external source
Tag: Replaced
Line 1: Line 1:
=== Driving Dynvars ===
Driving Dynvars
Driving dynamic variables must be done with caution. If a dynamic variable is being driven, it is <em>crucial</em> that <em>all</em> instances of the same dynamic variable are driven by the same value. Otherwise, clients will fight over which value is the "true" value of the dynamic variable and cause inconsistent behavior. The other caution relates to how driving is essentially a local write each frame, which is expanded on in [[#Writing/Driving_Delay_Warning]].

Revision as of 02:10, 26 January 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 (Dynamic variables)
Driving dynvars

Driving Dynvars