Template:Basic Writes Info

Template page

{{{1}}} are a way to change a specified value without driving it. Instead you can use {{{1}}} to change a value in a similar fashion to changing the value through the inspector. Using {{{1}}} helps with performance too, since the values provided to the node only evaluate for one game tick while the node is being impulsed vs a driver which evaluates every game tick. This can also be used to reduce the amount of times code is evaluated. If you have to search the entire root for your code to find a slot and then do an operation, using {{{1}}} with your operations will help with performance since you're only searching once and not every single game tick.