Module br.player.conduit

This table provides information about conduit powers *Shadowlands*.

Conduit data is stored in br.player.conduit and can be utilized by `local conduit = br.player.conduit` in your profile. `spell` in the table represent the name in the conduit list (Spec, Shared Class, Shared Global Lists) defined in System/List/Spells.lua

Tables

conduit.spell Gets information about a specific conduit.


Tables

conduit.spell
Gets information about a specific conduit.

Fields:

  • state The current state of the conduit. Default is `0`.
  • icon The icon associated with the conduit, represented by the spell icon.
  • row The row in which the conduit is located. Default is `0`.
  • conduitID The unique identifier for the conduit. Default is `0`.
  • name The name of the conduit, represented by the spell name.
  • rank The rank of the conduit. Currently set to default `0`.
  • id The unique identifier for the spell associated with the conduit.
  • enabled A boolean indicating whether the conduit is enabled. Default is `false`.
generated by LDoc 1.5.0 Last updated 2024-11-26 17:42:33