Fix return type of llRezObjectWithParams

Many thanks to NeoBokrug Elytis for the report.
This commit is contained in:
Sei Lisa 2024-10-27 12:06:07 +01:00
parent 1d6bb809bf
commit 55aae624f9
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20240528000; output module version: 0.0.20230603000
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20241027000; output module version: 0.0.20230603000
integer llAbs( integer val )
float llAcos( float val )
void llAddToLandBanList( key avatar, float hours )
@ -362,7 +362,7 @@ integer llReturnObjectsByID( list objects )
integer llReturnObjectsByOwner( key owner, integer scope )
void llRezAtRoot( string inventory, vector pos, vector vel, rotation rot, integer param )
void llRezObject( string inventory, vector pos, vector vel, rotation rot, integer param )
void llRezObjectWithParams( string itemname, list params )
key llRezObjectWithParams( string itemname, list params )
float llRot2Angle( rotation rot )
vector llRot2Axis( rotation rot )
vector llRot2Euler( rotation q )