Out -> SpecialKey ¶
function Fusion.Out(
propertyName: string
): SpecialKey
Given an property name, returns a special key which can output values from properties of that name.
When paired with a value object in a property table, the special key sets the value when the property changes.
Parameters¶
propertyName : string ¶
The name of the property that the special key should target.
Returns -> SpecialKey ¶
A special key for outputting values from properties of that name.