2
0
Daniele Bartolini 11 жил өмнө
parent
commit
932d427061

+ 2 - 2
documentation/lua_api.txt

@@ -165,10 +165,10 @@ Matrix4x4
 	**set_z** (m, z)
 		Sets the z axis of the matrix *m*.
 
-	**translation** (a) : Vector3
+	**translation** (m, a) : Vector3
 		Returns the translation portion of the matrix *m*.
 
-	**set_translation** (t)
+	**set_translation** (m, t)
 		Sets the translation portion of the matrix *m*.
 
 	**identity** ()