diff options
Diffstat (limited to 'doc/spell-language')
-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 d5a798a..5ce5520 100644 --- a/doc/spell-language +++ b/doc/spell-language @@ -422,6 +422,9 @@ The following functions are available: + not : int -> int Logical negation. (NOT bitwise negation.) + + neg : int -> int + Bitwise negation. + + name_of : entity -> string | spell -> string Retrieves the name either of an entity or of a spell. |