classref: Sync with current master branch (46a568e0a)

This commit is contained in:
Rémi Verschelde
2022-08-31 15:18:54 +02:00
parent b08b95d4f5
commit 465dd176b6
378 changed files with 17124 additions and 13692 deletions

View File

@@ -138,7 +138,7 @@ Defining this method is **optional**.
- :ref:`int<class_int>` **_get_input_port_count** **(** **)** |virtual| |const|
Override this method to define the amount of input ports of the associated custom node.
Override this method to define the number of input ports of the associated custom node.
Defining this method is **required**. If not overridden, the node has no input ports.
@@ -178,7 +178,7 @@ Defining this method is **optional**, but recommended. If not overridden, the no
- :ref:`int<class_int>` **_get_output_port_count** **(** **)** |virtual| |const|
Override this method to define the amount of output ports of the associated custom node.
Override this method to define the number of output ports of the associated custom node.
Defining this method is **required**. If not overridden, the node has no output ports.