You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Proofread and improve the whole class reference
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the specified input port's type. See the TYPE_* enum in [@GlobalScope].
|
||||
Return the specified input port's type. See the [code]TYPE_*[/code] enum in [@GlobalScope].
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_output_sequence_port_count" qualifiers="virtual">
|
||||
@@ -86,7 +86,7 @@
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the specified output's type. See the TYPE_* enum in [@GlobalScope].
|
||||
Return the specified output's type. See the [code]TYPE_*[/code] enum in [@GlobalScope].
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_text" qualifiers="virtual">
|
||||
@@ -125,9 +125,9 @@
|
||||
Execute the custom node's logic, returning the index of the output sequence port to use or a [String] when there is an error.
|
||||
The [code]inputs[/code] array contains the values of the input ports.
|
||||
[code]outputs[/code] is an array whose indices should be set to the respective outputs.
|
||||
The [code]start_mode[/code] is usually [constant START_MODE_BEGIN_SEQUENCE], unless you have used the STEP_* constants.
|
||||
The [code]start_mode[/code] is usually [constant START_MODE_BEGIN_SEQUENCE], unless you have used the [code]STEP_*[/code] constants.
|
||||
[code]working_mem[/code] is an array which can be used to persist information between runs of the custom node.
|
||||
When returning, you can mask the returned value with one of the STEP_* constants.
|
||||
When returning, you can mask the returned value with one of the [code]STEP_*[/code] constants.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user