diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-21 14:26:19 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 14:26:19 -0300 |
commit | 44d75e3b6d2565e13e4f49d21d5e00dfcc99afd9 (patch) | |
tree | 98406e16cd768b67769d714f1cca94a9396ef82f /core | |
parent | e20864c3408ff270b97ea44e806209221323788a (diff) | |
parent | c153489e25752efcc433f5d04d2c7fca9f3e97d5 (diff) |
Merge pull request #21266 from AndreaCatania/master
Added area / body collision exception in raycast
Diffstat (limited to 'core')
-rw-r--r-- | core/class_db.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/class_db.h b/core/class_db.h index f1d1879236..66a67f6c9f 100644 --- a/core/class_db.h +++ b/core/class_db.h @@ -39,6 +39,10 @@ @author Juan Linietsky <reduzio@gmail.com> */ +/** To bind more then 6 parameters include this: + * #include "method_bind_ext.gen.inc" + */ + #define DEFVAL(m_defval) (m_defval) //#define SIMPLE_METHODDEF |