This commit is contained in:
jordan4ibanez 2024-04-19 03:51:11 -04:00
parent 3d70e1ce7e
commit 6d4132dbb3

1
minetest-api.d.ts vendored
View File

@ -1187,6 +1187,7 @@ declare global {
interface BoneOverrideProperty {
vec: Vec3,
interpolation: number,
/** If set to false, it's relative to the animated property. */
absolute: boolean;
}