Follow-up of ArrayMesh::surface_remove addition

This commit is contained in:
ze2j
2024-12-20 10:53:43 +01:00
parent 89001f91d2
commit 97b093617d
6 changed files with 73 additions and 52 deletions

View File

@@ -169,7 +169,7 @@
<return type="void" />
<param index="0" name="surf_idx" type="int" />
<description>
Removes a surface at position surf_idx, shifting greater surfaces one surf_idx slot down.
Removes the surface at the given index from the Mesh, shifting surfaces with higher index down by one.
</description>
</method>
<method name="surface_set_name">