diff options
| author | Kelly Thomas | 2018-05-14 23:06:22 +0800 |
|---|---|---|
| committer | Kelly Thomas | 2018-05-14 23:06:22 +0800 |
| commit | 888eefa0fd5d14468161832d96e41e79d150899e (patch) | |
| tree | 6933b0b05cdc4bf75891da20f721c166123a580e /doc/classes/ArrayMesh.xml | |
| parent | 8c71cbbe3fcd45cc1459c24a712273d143ef6879 (diff) | |
| download | godot-888eefa0fd5d14468161832d96e41e79d150899e.tar.gz godot-888eefa0fd5d14468161832d96e41e79d150899e.tar.zst godot-888eefa0fd5d14468161832d96e41e79d150899e.zip | |
[docs] fix links in class docs
Diffstat (limited to 'doc/classes/ArrayMesh.xml')
| -rw-r--r-- | doc/classes/ArrayMesh.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index 38aab5231..80d7b7783 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -91,7 +91,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the length in indices of the index array in the requested surface (see [method add_surface]). + Return the length in indices of the index array in the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_array_len" qualifiers="const"> @@ -100,7 +100,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the length in vertices of the vertex array in the requested surface (see [method add_surface]). + Return the length in vertices of the vertex array in the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_arrays" qualifiers="const"> @@ -125,7 +125,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the format mask of the requested surface (see [method add_surface]). + Return the format mask of the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_get_material" qualifiers="const"> @@ -151,7 +151,7 @@ <argument index="0" name="surf_idx" type="int"> </argument> <description> - Return the primitive type of the requested surface (see [method add_surface]). + Return the primitive type of the requested surface (see [method add_surface_from_arrays]). </description> </method> <method name="surface_remove"> |
