diff options
author | Andrea Catania <info@andreacatania.com> | 2018-08-21 17:40:41 +0200 |
---|---|---|
committer | Andrea Catania <info@andreacatania.com> | 2018-08-21 18:51:08 +0200 |
commit | c153489e25752efcc433f5d04d2c7fca9f3e97d5 (patch) | |
tree | 7b237531c0f2a21926672c3558d07672175cf239 | |
parent | 0b98834b772c8e753b2a31508cf105ae555d6000 (diff) |
Added comment to class_db to know how to bind more then 6 params
-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 |