瀏覽代碼

Merge pull request #2794 from skyace65/cppParameterLimit

Add note about parameter limit in C++ modules
Rémi Verschelde 6 年之前
父節點
當前提交
6a58fa36dc
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      development/cpp/custom_modules_in_cpp.rst

+ 4 - 0
development/cpp/custom_modules_in_cpp.rst

@@ -224,6 +224,10 @@ You can then zip it and share the module with everyone else. When
 building for every platform (instructions in the previous sections),
 building for every platform (instructions in the previous sections),
 your module will be included.
 your module will be included.
 
 
+.. note:: There is a paramter limit of 5 in C++ modules for things such
+          as subclasses. This can be raised to 13 by including the header
+          file ``core/method_bind_ext.gen.inc``.
+
 Using the module
 Using the module
 ----------------
 ----------------