summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-08-26 20:35:13 +0200
committerHaru <haru@dotalux.com>2013-08-26 20:49:39 +0200
commit86602bbb645987b8b59588d1d2c74679589f6a7b (patch)
treef02367148f1dc1b13ad5a2c9662153f53dc203d7 /doc/script_commands.txt
parent835188124a6e590b406d81803b8d47f07884a9ea (diff)
downloadhercules-86602bbb645987b8b59588d1d2c74679589f6a7b.tar.gz
hercules-86602bbb645987b8b59588d1d2c74679589f6a7b.tar.bz2
hercules-86602bbb645987b8b59588d1d2c74679589f6a7b.tar.xz
hercules-86602bbb645987b8b59588d1d2c74679589f6a7b.zip
Added support for non-fatal error messages from the script parser
- Changed overflow errors to be non-fatal. The value will now be capped to INT_MAX or INT_MIN. - Follow-up to 8351881 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index b10c7aef0..75c731d53 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -406,7 +406,7 @@ Also notice that if you try to 'mes 0x10' it will print '16'.
Number values can't exceed the limits of an integer variable: Any number
greater than INT_MAX (2147483647) or smaller than INT_MIN (-2147483648) will
-not be recognized.
+be capped to those values and will cause a warning to be reported.
Variables
---------