1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

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

This commit is contained in:
Andrea Catania
2018-08-21 17:40:41 +02:00
parent 0b98834b77
commit c153489e25

View File

@@ -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