diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
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 --------- |