Skip to content

Attribute -> SpecialKey

function Fusion.Attribute(
    attributeName: string
): SpecialKey

Given an attribute name, returns a special key which can modify attributes of that name.

When paired with a value in a property table, the special key sets the attribute to that value.


Parameters

attributeName : string

The name of the attribute that the special key should target.


Returns -> SpecialKey

A special key for modifying attributes of that name.

Back to top