bjorn пре 1 година
родитељ
комит
6b4c16fdc7
1 измењених фајлова са 32 додато и 0 уклоњено
  1. 32 0
      api/init.lua

+ 32 - 0
api/init.lua

@@ -27481,6 +27481,22 @@ return {
                   description = "The new vector."
                 }
               }
+            },
+            {
+              arguments = {
+                {
+                  name = "q",
+                  type = "Quat",
+                  description = "A quat to use the direction of."
+                }
+              },
+              returns = {
+                {
+                  name = "v",
+                  type = "Vec3",
+                  description = "The new vector."
+                }
+              }
             }
           }
         },
@@ -28045,6 +28061,22 @@ return {
                   description = "The new vector."
                 }
               }
+            },
+            {
+              arguments = {
+                {
+                  name = "q",
+                  type = "Quat",
+                  description = "A quat to use the direction of."
+                }
+              },
+              returns = {
+                {
+                  name = "v",
+                  type = "Vec3",
+                  description = "The new vector."
+                }
+              }
             }
           }
         },