This repository was archived by the owner on Nov 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypes.json
More file actions
115 lines (115 loc) · 2.46 KB
/
Copy pathtypes.json
File metadata and controls
115 lines (115 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"t-angle": {
"description": "(a) Angle type"
},
"t-array": {
"prefix": "array",
"body": "array",
"description": "(r) Array type. array(1,2,3)"
},
"t-bone": {
"prefix": "bone",
"body": "bone",
"description": "(b) Bone type"
},
"t-complex": {
"prefix": "complex",
"body": "complex",
"description": "(c) Complex number type"
},
"t-effect": {
"prefix": "effect",
"body": "effect",
"description": "(xef) Effect type"
},
"t-entity": {
"prefix": "entity",
"body": "entity",
"description": "(e) Entity type"
},
"t-ftrace": {
"prefix": "ftrace",
"body": "ftrace",
"description": "(xft) FTrace type"
},
"t-gtable": {
"prefix": "gtable",
"body": "gtable",
"description": "(xgt) Global Table type"
},
"t-matrix": {
"prefix": "matrix",
"body": "matrix",
"description": "(m) Matrix type"
},
"t-matrix2": {
"prefix": "matrix2",
"body": "matrix2",
"description": "(xm2) Matrix2 type"
},
"t-matrix4": {
"prefix": "matrix4",
"body": "matrix4",
"description": "(xm4) Matrix4 type"
},
"t-number": {
"prefix": "number",
"body": "number",
"description": "(n) Number type"
},
"t-quaternion": {
"prefix": "quaternion",
"body": "quaternion",
"description": "(q) Quaternion type"
},
"t-ranger": {
"prefix": "ranger",
"body": "ranger",
"description": "(xrd) Ranger(data) type"
},
"t-stcontrol": {
"prefix": "stcontrol",
"body": "stcontrol",
"description": "(xst) STControl type"
},
"t-string": {
"prefix": "string",
"body": "string",
"description": "(s) String type"
},
"t-table": {
"prefix": "table",
"body": "table",
"description": "(t) Table type"
},
"t-tracedata": {
"prefix": "tracedata",
"body": "tracedata",
"description": "(xtd) TraceData type. This comes from the tracesystem extension from wire extras and is not to be confused with rangerdata"
},
"t-vector": {
"prefix": "vector",
"body": "vector",
"description": "(v) Vector type"
},
"t-vector2": {
"prefix": "vector2",
"body": "vector2",
"description": "(xv2) Vector2 type. Usually used for EGP positions"
},
"t-vector4": {
"prefix": "vector4",
"body": "vector4",
"description": "(xv4) Vector4 type. Usually used for colors"
},
"t-wirelink": {
"prefix": "wirelink",
"body": "wirelink",
"description": "(xwl) Wirelink type"
},
"t-webaudio": {
"prefix": "webaudio",
"body": "webaudio",
"description": "(xwa) Webaudio stream type. Requires the webaudio addon https://github.com/Vurv78/WebAudio."
}
}