Bläddra i källkod

Add method description to Vector3i Class Reference

Add description for the abs method in the Vector3i class. Description added is identical to the abs method for the other vector classes
TechnicalSoup 3 år sedan
förälder
incheckning
8a1d924896
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      doc/classes/Vector3i.xml

+ 1 - 0
doc/classes/Vector3i.xml

@@ -48,6 +48,7 @@
 		<method name="abs" qualifiers="const">
 			<return type="Vector3i" />
 			<description>
+				Returns a new vector with all components in absolute values (i.e. positive).
 			</description>
 		</method>
 		<method name="clamp" qualifiers="const">