Skip to content

Commit 1c32dd1

Browse files
committed
./gen_all_definitions.sh
1 parent 24529e9 commit 1c32dd1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

generated/slua_default.docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"learn_more_link": "https://create.roblox.com/docs/reference/engine/libraries/bit32#rshift"
6868
},
6969
"@sl-slua/global/bit32.s32": {
70-
"documentation": "Mod this number from float64 range to signed int32 range and truncate to integer. Makes integer arithmetic compatable with LSL.",
70+
"documentation": "Wrap this number from float64 range to signed int32 range and truncate to integer. Makes integer arithmetic compatable with LSL.",
7171
"learn_more_link": "https://create.roblox.com/docs/reference/engine/libraries/bit32#s32"
7272
},
7373
"@sl-slua/global/bit32.smul": {
74-
"documentation": "Multiplies two signed 32-bit integers. Returns the result as a signed 32-bit integer, wrapping as necessary. Avoids precision loss ascociated with float64 multiplication. Compatable with LSL integer multiplication.",
74+
"documentation": "Multiplies two signed 32-bit integers. Returns the result as a signed 32-bit integer, wrapping as necessary. Avoids precision loss ascociated with float64 multiplication. Compatible with LSL integer multiplication.",
7575
"learn_more_link": "https://create.roblox.com/docs/reference/engine/libraries/bit32#smul"
7676
},
7777
"@sl-slua/global/bit32.countlz": {

generated/slua_keywords_pretty.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11723,7 +11723,7 @@ Returns true if result is non-zero.</string>
1172311723
<key>sleep</key>
1172411724
<real>0.0</real>
1172511725
<key>tooltip</key>
11726-
<string>Mod this number from float64 range to signed int32 range and truncate to integer. Makes integer arithmetic compatable with LSL.</string>
11726+
<string>Wrap this number from float64 range to signed int32 range and truncate to integer. Makes integer arithmetic compatable with LSL.</string>
1172711727
</map>
1172811728
<key>bit32.smul</key>
1172911729
<map>
@@ -11755,7 +11755,7 @@ Returns true if result is non-zero.</string>
1175511755
<key>sleep</key>
1175611756
<real>0.0</real>
1175711757
<key>tooltip</key>
11758-
<string>Multiplies two signed 32-bit integers. Returns the result as a signed 32-bit integer, wrapping as necessary. Avoids precision loss ascociated with float64 multiplication. Compatable with LSL integer multiplication.</string>
11758+
<string>Multiplies two signed 32-bit integers. Returns the result as a signed 32-bit integer, wrapping as necessary. Avoids precision loss ascociated with float64 multiplication. Compatible with LSL integer multiplication.</string>
1175911759
</map>
1176011760
<key>buffer</key>
1176111761
<map>

generated/slua_selene.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4030,7 +4030,7 @@ globals:
40304030
args:
40314031
- type: number
40324032
must_use: true
4033-
description: Mod this number from float64 range to signed int32 range and truncate
4033+
description: Wrap this number from float64 range to signed int32 range and truncate
40344034
to integer. Makes integer arithmetic compatable with LSL.
40354035
bit32.smul:
40364036
args:
@@ -4039,7 +4039,7 @@ globals:
40394039
must_use: true
40404040
description: Multiplies two signed 32-bit integers. Returns the result as a signed
40414041
32-bit integer, wrapping as necessary. Avoids precision loss ascociated with
4042-
float64 multiplication. Compatable with LSL integer multiplication.
4042+
float64 multiplication. Compatible with LSL integer multiplication.
40434043
bit32.countlz:
40444044
args:
40454045
- type: number

0 commit comments

Comments
 (0)