diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-29 19:27:13 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-29 19:27:13 -0700 |
commit | 41ad58a56c0f9d27ca61709141115981520fc9ea (patch) | |
tree | d5e1fcf4449710514f3392cd598161f61124843c /doc | |
parent | 5eef103593c0fc649ed3db92fa104b1f7e5906d3 (diff) | |
download | tmwa-41ad58a56c0f9d27ca61709141115981520fc9ea.tar.gz tmwa-41ad58a56c0f9d27ca61709141115981520fc9ea.tar.bz2 tmwa-41ad58a56c0f9d27ca61709141115981520fc9ea.tar.xz tmwa-41ad58a56c0f9d27ca61709141115981520fc9ea.zip |
Added SLang function `is_dead'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spell-language | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spell-language b/doc/spell-language index 5b0e5bb..d5f99d8 100644 --- a/doc/spell-language +++ b/doc/spell-language @@ -550,6 +550,10 @@ The following functions are available: otherwise NE, SE, NW, SW will also be used. The two locations must be on the same map. + + is_dead : entity -> bool + Determines whether the specified entity is no longer alive. + + Operations: ----------- This section documents the operations API. |