You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: indra/newview/app_settings/keywords_lua_default.xml
+15-20Lines changed: 15 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -104,47 +104,42 @@
104
104
<key>boolean</key>
105
105
<map>
106
106
<key>tooltip</key>
107
-
<string>Lua boolean: represents a true or false value.</string>
107
+
<string>Boolean: represents a true or false value.</string>
108
108
</map>
109
-
<key>float</key>
109
+
<key>number</key>
110
110
<map>
111
111
<key>tooltip</key>
112
-
<string>32 bit floating point value.\nThe range is 1.175494351E-38 to 3.402823466E+38.</string>
112
+
<string>Double‑precision floating point number.</string>
113
113
</map>
114
-
<key>integer</key>
115
-
<map>
116
-
<key>tooltip</key>
117
-
<string>32 bit integer value.\n−2,147,483,648 and +2,147,483,647 (that is 0x80000000 to 0x7FFFFFFF in hex).</string>
118
-
</map>
119
-
<key>key</key>
114
+
<key>string</key>
120
115
<map>
121
116
<key>tooltip</key>
122
-
<string>A 128 bit unique identifier (UUID).\nThe key is represented as hexidecimal characters (A-F and 0-9), grouped into sections (8,4,4,4,12 characters) and separated by hyphens (for a total of 36 characters). e.g. "A822FF2B-FF02-461D-B45D-DCD10A2DE0C2".</string>
117
+
<string>Text data (UTF‑8).</string>
123
118
</map>
124
-
<key>list</key>
119
+
<key>table</key>
125
120
<map>
126
121
<key>tooltip</key>
127
-
<string>A collection of other data types.\nLists are signified by square brackets surrounding their elements; the elements inside are separated by commas. e.g. [0, 1, 2, 3, 4] or ["Yes", "No", "Perhaps"].</string>
122
+
<string>Collection of key‑value pairs.</string>
128
123
</map>
129
-
<key>quaternion</key>
124
+
<key>thread</key>
130
125
<map>
131
126
<key>tooltip</key>
132
-
<string>The quaternion type is a left over from way back when LSL was created. It was later renamed to <rotation> to make it more user friendly, but it appears someone forgot to remove it ;-)</string>
127
+
<string>Represents a coroutine.</string>
133
128
</map>
134
-
<key>rotation</key>
129
+
<key>userdata</key>
135
130
<map>
136
131
<key>tooltip</key>
137
-
<string>The rotation type is one of several ways to represent an orientation in 3D.\nIt is a mathematical object called a quaternion. You can think of a quaternion as four numbers (x, y, z, w), three of which represent the direction an object is facing and a fourth that represents the object's banking left or right around that direction.</string>
<string>A vector is a data type that contains a set of three float values.\nVectors are used to represent colors (RGB), positions, and directions/velocities.</string>
143
138
</map>
144
-
<key>vector</key>
139
+
<key>uuid</key>
145
140
<map>
146
141
<key>tooltip</key>
147
-
<string>A vector is a data type that contains a set of three float values.\nVectors are used to represent colors (RGB), positions, and directions/velocities.</string>
142
+
<string>A 128‑bit unique identifier formatted as 36 hexadecimal characters (8‑4‑4‑4‑12), e.g. "A822FF2B-FF02-461D-B45D-DCD10A2DE0C2".</string>
0 commit comments