Skip to content

Commit dfb4e14

Browse files
committed
Readded ground_speed, went missing
1 parent fa66e5b commit dfb4e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MolangData/General.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ export namespace General {
440440
id: "get_root_locator_offset",
441441
documentation:
442442
"Gets specified axis of the specified locator offset of the root model",
443+
},
444+
{
445+
id: "ground_speed",
446+
documentation: "Returns the ground speed of the entity in metres/second",
443447
},
444448
{
445449
id: "has_any_family",

0 commit comments

Comments
 (0)