Daniele Bartolini 10 سال پیش
والد
کامیت
a2aec5e2ea
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      docs/lua_api.txt

+ 0 - 3
docs/lua_api.txt

@@ -48,9 +48,6 @@ Vector3
 	**multiply** (a, k) : Vector3
 	**multiply** (a, k) : Vector3
 		Multiplies the vector *a* by the scalar *k* and returns the result.
 		Multiplies the vector *a* by the scalar *k* and returns the result.
 
 
-	**divide** (a, k) : Vector3
-		Divides the vector *a* by the scalar *k* and returns the result.
-
 	**dot** (a, b) : float
 	**dot** (a, b) : float
 		Returns the dot product between the vectors *a* and *b*.
 		Returns the dot product between the vectors *a* and *b*.