No categories assigned

LUA:RemoveThreatTransfer

LUA Functions: RemoveThreatTransfer()

Removes the threat transfer this spell applied

Syntax

RemoveThreatTransfer(param1)


Parameters

Required - param1 (Spawn)
param1 is the spawn to remove the threat transfer from


Usage

function remove(Caster, Target)
    RemoveThreatTransfer(Caster)
end

When the spell fades it will remove the threat transfer that it had applied

Notes

This function can only be used in a spell script