Difference between revisions of "@SpellTargetCancel"
From SphereWiki
Xwerswoodx (talk | contribs) (→Arguments) |
Xwerswoodx (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|@SpellTargetCancel}} | ||
+ | |||
==Description== | ==Description== | ||
This trigger fires when a character cancel the spell target. | This trigger fires when a character cancel the spell target. | ||
Line 27: | Line 29: | ||
| ARGN1 || I || The spell that was cancel. | | ARGN1 || I || The spell that was cancel. | ||
|} | |} | ||
+ | |||
==Return Values== | ==Return Values== |
Latest revision as of 22:50, 12 February 2013
Missing languages
Description
This trigger fires when a character cancel the spell target.
Fires on:
References
The following object references are explicitly available for this trigger:
Name | Description |
I | The character who cancel the spell target. |
SRC | The character who cancel the spell target. |
Arguments
The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:
Argument | In/Out | Description |
ARGN1 | I | The spell that was cancel. |
Return Values
The following return values are explicitly defined for this trigger:
No return values are handled for this trigger.