Browse Source

Added comment to class_db to know how to bind more then 6 params

Andrea Catania 7 years ago
parent
commit
c153489e25
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/class_db.h

+ 4 - 0
core/class_db.h

@@ -39,6 +39,10 @@
 	@author Juan Linietsky <[email protected]>
 	@author Juan Linietsky <[email protected]>
 */
 */
 
 
+/**	To bind more then 6 parameters include this:
+ *  #include "method_bind_ext.gen.inc"
+ */
+
 #define DEFVAL(m_defval) (m_defval)
 #define DEFVAL(m_defval) (m_defval)
 
 
 //#define SIMPLE_METHODDEF
 //#define SIMPLE_METHODDEF