Upstream update, new function llSetEnvironment

This commit was in the preprocessor branch by mistake; it has now been brought to the master branch.
This commit is contained in:
Sei Lisa 2022-09-12 23:23:39 +02:00
parent bc992e6182
commit 3f77f14eac
2 changed files with 6 additions and 1 deletions

View file

@ -1162,6 +1162,10 @@ void llRemoveInventory(string item)
void llRemoveVehicleFlags(integer flags)
integer llSetEnvironment(vector position, list params)
# not sure but we better choose the safest setting
- unstable
integer llReplaceEnvironment(vector position, string environment, integer track_no, integer day_length, integer day_offset)
# not sure but we better choose the safest setting
- unstable