浏览代码

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

Andrea Catania 7 年之前
父节点
当前提交
c153489e25
共有 1 个文件被更改,包括 4 次插入0 次删除
  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