From c153489e25752efcc433f5d04d2c7fca9f3e97d5 Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Tue, 21 Aug 2018 17:40:41 +0200 Subject: [PATCH] Added comment to class_db to know how to bind more then 6 params --- core/class_db.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/class_db.h b/core/class_db.h index f1d187923605..66a67f6c9fe8 100644 --- a/core/class_db.h +++ b/core/class_db.h @@ -39,6 +39,10 @@ @author Juan Linietsky */ +/** To bind more then 6 parameters include this: + * #include "method_bind_ext.gen.inc" + */ + #define DEFVAL(m_defval) (m_defval) //#define SIMPLE_METHODDEF