File ./LibScriptablePlugins-1.0/LibScriptablePluginNoise-1.0/LibScriptablePluginNoise-1.0.lua

Functions

PluginNoise.UnitNoise (unit, random) Return noise data for the provided unit, else return random data
PluginNoise.WipeNoise (unit, An) Wipe individual unit records or all noise data


Functions

PluginNoise.UnitNoise (unit, random)
Return noise data for the provided unit, else return random data

Parameters

  • unit: The associated unit id
  • random: Boolean indicating whether to return random data, otherwise return data for the unit if it exists

Usage:

UnitNoise(unit)

Return value:

first return: a LibBuffer filled with noise data. second return: isBeat data -- AKA critical strikes.
PluginNoise.WipeNoise (unit, An)
Wipe individual unit records or all noise data

Parameters

  • unit:
  • An: optional unit id. If not provided then all data is wiped.

Usage:

WipeNoise([unit])

Return value:

Nothing

Valid XHTML 1.0!