bjorn 1 year ago
parent
commit
6b4c16fdc7
1 changed files with 32 additions and 0 deletions
  1. 32 0
      api/init.lua

+ 32 - 0
api/init.lua

@@ -27481,6 +27481,22 @@ return {
                   description = "The new vector."
                   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."
                   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."
+                }
+              }
             }
             }
           }
           }
         },
         },