diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-24 16:05:39 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-24 16:05:39 +0000 |
commit | 0298e319dc3c3715cc42029609e2ab3abd122560 (patch) | |
tree | c1e54a64723c5791288619afebe6393e414ca3a5 /doc | |
parent | 75584894a3459149bb92213b9282a101dbb4b879 (diff) | |
download | tmwa-0298e319dc3c3715cc42029609e2ab3abd122560.tar.gz tmwa-0298e319dc3c3715cc42029609e2ab3abd122560.tar.bz2 tmwa-0298e319dc3c3715cc42029609e2ab3abd122560.tar.xz tmwa-0298e319dc3c3715cc42029609e2ab3abd122560.zip |
Added and documented stop_status_change command for magic language
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spell-language | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/spell-language b/doc/spell-language index 68c15c8..c7094f7 100644 --- a/doc/spell-language +++ b/doc/spell-language @@ -631,6 +631,9 @@ This section documents the operations API. ATEND can therefore be used to notify the caster that the status change has finished. + + stop_status_change : entity * int + Stops a status change + + override_attack : entity * int * int * int * int *int * int -> () override_attack(entity, charges, delay, range, icon, animation, stop) |