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: generated/slua_default.docs.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"documentation": "Dangerously executes a required module function"
4
4
},
5
5
"@sl-slua/global/touuid": {
6
-
"documentation": "Converts a string, buffer, or uuid to a uuid, returns nil if invalid"
6
+
"documentation": "Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID, or the the buffer is shorter than 16 bytes."
7
7
},
8
8
"@sl-slua/global/tovector": {
9
9
"documentation": "Converts a string to a vector, returns nil if invalid"
"documentation": "Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes. Alias of uuid.create"
738
+
"documentation": "Creates a new uuid from a string, buffer, or existing uuid. Throws an error if the string is not a valid UUID, or the the buffer is shorter than 16 bytes. Alias of uuid.create."
739
739
},
740
740
"@sl-slua/global/uuid.create": {
741
-
"documentation": "Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes."
741
+
"documentation": "Creates a new uuid from a string, buffer, or existing uuid. Throws an error if the string is not a valid UUID, or the the buffer is shorter than 16 bytes."
742
742
},
743
743
"@sl-slua/global/vector": {
744
744
"documentation": "Creates a new vector with the given component values. Alias of vector.create.",
Copy file name to clipboardExpand all lines: generated/slua_keywords_pretty.xml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11176,7 +11176,7 @@ vector position - position in local coordinates
11176
11176
<key>tooltip</key>
11177
11177
<string></string>
11178
11178
<key>type</key>
11179
-
<string>string | quaternion</string>
11179
+
<string>string? | quaternion</string>
11180
11180
</map>
11181
11181
</map>
11182
11182
</array>
@@ -11199,7 +11199,7 @@ vector position - position in local coordinates
11199
11199
<key>tooltip</key>
11200
11200
<string></string>
11201
11201
<key>type</key>
11202
-
<string>string | quaternion</string>
11202
+
<string>string? | quaternion</string>
11203
11203
</map>
11204
11204
</map>
11205
11205
</array>
@@ -11222,7 +11222,7 @@ vector position - position in local coordinates
11222
11222
<key>tooltip</key>
11223
11223
<string></string>
11224
11224
<key>type</key>
11225
-
<string>string | buffer | uuid</string>
11225
+
<string>string? | buffer | uuid</string>
11226
11226
</map>
11227
11227
</map>
11228
11228
</array>
@@ -11233,7 +11233,7 @@ vector position - position in local coordinates
11233
11233
<key>sleep</key>
11234
11234
<real>0.0</real>
11235
11235
<key>tooltip</key>
11236
-
<string>Converts a string, buffer, or uuid to a uuid, returns nil if invalid</string>
11236
+
<string>Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID, or the the buffer is shorter than 16 bytes.</string>
11237
11237
</map>
11238
11238
<key>tovector</key>
11239
11239
<map>
@@ -11245,7 +11245,7 @@ vector position - position in local coordinates
11245
11245
<key>tooltip</key>
11246
11246
<string></string>
11247
11247
<key>type</key>
11248
-
<string>string | vector</string>
11248
+
<string>string? | vector</string>
11249
11249
</map>
11250
11250
</map>
11251
11251
</array>
@@ -16038,18 +16038,18 @@ Returns true if result is non-zero.</string>
16038
16038
<key>tooltip</key>
16039
16039
<string></string>
16040
16040
<key>type</key>
16041
-
<string>string | buffer | uuid</string>
16041
+
<string>string? | buffer | uuid</string>
16042
16042
</map>
16043
16043
</map>
16044
16044
</array>
16045
16045
<key>energy</key>
16046
16046
<real>10.0</real>
16047
16047
<key>return</key>
16048
-
<string>uuid?</string>
16048
+
<string>uuid</string>
16049
16049
<key>sleep</key>
16050
16050
<real>0.0</real>
16051
16051
<key>tooltip</key>
16052
-
<string>Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes. Alias of uuid.create</string>
16052
+
<string>Creates a new uuid from a string, buffer, or existing uuid. Throws an error if the string is not a valid UUID, or the the buffer is shorter than 16 bytes. Alias of uuid.create.</string>
16053
16053
</map>
16054
16054
<key>uuid.create</key>
16055
16055
<map>
@@ -16061,18 +16061,18 @@ Returns true if result is non-zero.</string>
16061
16061
<key>tooltip</key>
16062
16062
<string></string>
16063
16063
<key>type</key>
16064
-
<string>string | buffer | uuid</string>
16064
+
<string>string? | buffer | uuid</string>
16065
16065
</map>
16066
16066
</map>
16067
16067
</array>
16068
16068
<key>energy</key>
16069
16069
<real>10.0</real>
16070
16070
<key>return</key>
16071
-
<string>uuid?</string>
16071
+
<string>uuid</string>
16072
16072
<key>sleep</key>
16073
16073
<real>0.0</real>
16074
16074
<key>tooltip</key>
16075
-
<string>Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes.</string>
16075
+
<string>Creates a new uuid from a string, buffer, or existing uuid. Throws an error if the string is not a valid UUID, or the the buffer is shorter than 16 bytes.</string>
0 commit comments