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

+ 32 - 0
api/init.lua

@@ -26684,6 +26684,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."
+                }
+              }
             }
             }
           }
           }
         },
         },
@@ -27248,6 +27264,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."
+                }
+              }
             }
             }
           }
           }
         },
         },