steal

Returns if the target has a stealable buff.

steal() : boolean
-- alt
stealable() : boolean

Example

if steal() then
return cast(SpellSteal, 'target')
end

Note

This does not check for range, so doing a quick check for your targets range is advised. Castable will also suffice