Skip to content

Commit f85f381

Browse files
authored
- Mark state_time as not experimental (#135)
1 parent 489b18c commit f85f381

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/MolangData/General.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,10 @@ export namespace General {
14041404
id: "standing_scale",
14051405
documentation: "Returns the scale of how standing up the entity is",
14061406
},
1407+
{
1408+
id: "state_time",
1409+
documentation: "Only valid in an animation controller. Returns the time in seconds in the current animation controller state."
1410+
},
14071411
{
14081412
id: "structural_integrity",
14091413
documentation: "Returns the structural integrity for the actor, otherwise returns 0.",
@@ -1511,7 +1515,6 @@ export namespace General {
15111515
},
15121516
{ id: "yaw_speed", documentation: "Returns the entity's yaw speed" },
15131517
// Experimental
1514-
{ id: "state_time", documentation: "(EXPERIMENTAL. Enable 'Upcoming Creator Features' to use.) Only valid in an animation controller. Returns the time in seconds in the current animation controller state." },
15151518
//DEPRECATED
15161519
{
15171520
id: "cardinal_block_face_placed_on",
@@ -1556,4 +1559,4 @@ export namespace General {
15561559

15571560
return undefined;
15581561
}
1559-
}
1562+
}

0 commit comments

Comments
 (0)