|
@@ -93,7 +93,7 @@
|
|
<argument index="1" name="edge" type="int" />
|
|
<argument index="1" name="edge" type="int" />
|
|
<description>
|
|
<description>
|
|
Returns specified edge associated with given face.
|
|
Returns specified edge associated with given face.
|
|
- Edge argument must 2 or less because a face only has three edges.
|
|
|
|
|
|
+ Edge argument must be either 0, 1, or 2 because a face only has three edges.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_face_meta" qualifiers="const">
|
|
<method name="get_face_meta" qualifiers="const">
|
|
@@ -116,7 +116,7 @@
|
|
<argument index="1" name="vertex" type="int" />
|
|
<argument index="1" name="vertex" type="int" />
|
|
<description>
|
|
<description>
|
|
Returns the specified vertex of the given face.
|
|
Returns the specified vertex of the given face.
|
|
- Vertex argument must be 2 or less because faces contain three vertices.
|
|
|
|
|
|
+ Vertex argument must be either 0, 1, or 2 because faces contain three vertices.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_format" qualifiers="const">
|
|
<method name="get_format" qualifiers="const">
|