Fix miscellaneous oddities around the class reference (part 6)
This commit is contained in:
parent
9dd6c4dbac
commit
be0c68845e
56 changed files with 117 additions and 117 deletions
|
|
@ -109,7 +109,7 @@
|
|||
<return type="Vector3" />
|
||||
<param index="0" name="index" type="int" />
|
||||
<description>
|
||||
Returns the [Vector3] at the given [param index] in the array. If [param index] out-of-bounds or negative, this method fails and returns [code]Vector3(0, 0, 0)[/code].
|
||||
Returns the [Vector3] at the given [param index] in the array. If [param index] is out-of-bounds or negative, this method fails and returns [code]Vector3(0, 0, 0)[/code].
|
||||
This method is similar (but not identical) to the [code][][/code] operator. Most notably, when this method fails, it doesn't pause project execution if run from the editor.
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue