Method SpellInfo:IsAutocastable [-] [+]
Checks if the SpellInfo represents a spell or ability that can be set to autocast.
Autocasting is a feature that allows certain abilities or spells to be cast automatically by the game's AI when certain conditions are met. This function checks if the spell or ability represented by SpellInfo can be set to autocast.
Synopsis
is_autocastable = SpellInfo:IsAutocastable()
Arguments
None.
Returns
bool is_autocastable
- See method description.