diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 21:52:27 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 21:52:27 +0000 |
commit | 7f52e01fda112cf0fe42a72bd577ab2de938ee5b (patch) | |
tree | 39d6d59b88ff54162699c078577411ac3ac7762a /conf | |
parent | 61913f7c7688300d783ee5836d50e44048728e28 (diff) | |
download | hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.gz hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.bz2 hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.xz hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.zip |
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14577 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/script_athena.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/script_athena.conf b/conf/script_athena.conf index f45af4bad..8264c0efe 100644 --- a/conf/script_athena.conf +++ b/conf/script_athena.conf @@ -32,4 +32,10 @@ check_gotocount: 2048 //input_max_value: 2147483647 input_max_value: 10000000 +// Specifies whether or not each built-in function's arguments are checked for +// correct type. When a function is given an argument different from what it +// expects, a warning is thrown before the function is ran anyway. +// Default: yes +warn_func_mismatch_argtypes: yes + import: conf/import/script_conf.txt |