Merge pull request #99242 from RedMser/fix-todos-in-classref

Fix TODO comments in class reference
This commit is contained in:
Rémi Verschelde 2025-01-03 00:48:04 +01:00
commit 7ccc00d787
No known key found for this signature in database
GPG key ID: C3336907360768E1
4 changed files with 15 additions and 6 deletions

View file

@ -87,7 +87,7 @@
<param index="1" name="flags" type="int" default="0" />
<description>
Returns a constructed [ArrayMesh] from current information passed in. If an existing [ArrayMesh] is passed in as an argument, will add an extra surface to the existing [ArrayMesh].
[b]FIXME:[/b] Document possible values for [param flags], it changed in 4.0. Likely some combinations of [enum Mesh.ArrayFormat].
The [param flags] argument can be the bitwise OR of [constant Mesh.ARRAY_FLAG_USE_DYNAMIC_UPDATE], [constant Mesh.ARRAY_FLAG_USE_8_BONE_WEIGHTS], or [constant Mesh.ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY].
</description>
</method>
<method name="commit_to_arrays">