Skip to content

Commit cf6df98

Browse files
authored
Mark quaternion type as private (#12)
Per #11 change to mark `quaternion` type as private to omit it from document generation
1 parent 8ee2f61 commit cf6df98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsl_definitions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11976,6 +11976,7 @@ types:
1197611976
surrounding their elements; the elements inside are separated by commas. e.g.
1197711977
[0, 1, 2, 3, 4] or ["Yes", "No", "Perhaps"].
1197811978
quaternion:
11979+
private: true
1197911980
tooltip: The quaternion type is a left over from way back when LSL was created.
1198011981
It was later renamed to <rotation> to make it more user friendly, but it appears
1198111982
someone forgot to remove it ;-)

0 commit comments

Comments
 (0)