Attribute timeframes (Average Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
{{article end
{{article end
|notes=
|notes=
* If there is no corresponding index in the [[Attribute array]] for a given [[timeframe]], the value "0" will be used.
* If the corresponding index of a [[timeframe]] is larger than or equal to the size of the [[Attribute array]], the value "0" will be used. This behavior is similar to an attribute not being found.
|seealso=
|seealso=
* [[Average Overlay]]
* [[Average Overlay]]
}}
}}

Revision as of 10:24, 3 March 2022

Attributes can have a single value or an array of values. Each timeframe of the Average Overlay will refer to the corresponding index in the Attribute array.

Notes

  • If the corresponding index of a timeframe is larger than or equal to the size of the Attribute array, the value "0" will be used. This behavior is similar to an attribute not being found.

See also