Difference between revisions of "LUA:RemoveWard"
(Created page with "= LUA Functions: HasGroup() = Checks to see if the given spawn has a group ==== Syntax ==== HasGroup(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ''param1'' ...") |
|||
| Line 1: | Line 1: | ||
| − | = LUA Functions: | + | = LUA Functions: RemoveWard() = |
| − | + | Removes the ward from all of its targets | |
==== Syntax ==== | ==== Syntax ==== | ||
| − | + | RemoveWard() | |
==== Parameters ==== | ==== Parameters ==== | ||
| − | ; | + | ; None |
| − | |||
==== Usage ==== | ==== Usage ==== | ||
<pre> | <pre> | ||
| − | function | + | function remove(Caster, Target) |
| − | + | RemoveWard() | |
| − | |||
| − | |||
| − | |||
| − | |||
end | end | ||
</pre> | </pre> | ||
| − | + | Removes the ward this spell applied | |
== Notes == | == Notes == | ||
| − | + | Can only be used in a spell script | |
| + | |||
| + | Removes the ward from all the spells targets | ||
Latest revision as of 22:35, 28 August 2013
LUA Functions: RemoveWard()
Removes the ward from all of its targets
Syntax
RemoveWard()
Parameters
- None
Usage
function remove(Caster, Target)
RemoveWard()
end
Removes the ward this spell applied
Notes
Can only be used in a spell script
Removes the ward from all the spells targets