OsAdjustSoundVolume

From Open Metaverse Wiki
Revision as of 22:52, 18 July 2023 by Tess (talk | contribs) (Created page with "''Opensimulator: Content Creators: Scripts: Functions: osAdjustSoundVolume'' Opensimulator wiki documentation: http://opensimulator.org/wiki/OsAdjustSoundVolume This function does exactly the same as llLinkAdjustSoundVolume[https://wiki.secondlife.com/wiki/LlAdjustSoundVolume]. When an OSSL specific function duplicates an LSL one, it's usually recommended to use the LS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Opensimulator: Content Creators: Scripts: Functions: osAdjustSoundVolume

Opensimulator wiki documentation: http://opensimulator.org/wiki/OsAdjustSoundVolume

This function does exactly the same as llLinkAdjustSoundVolume[1]. When an OSSL specific function duplicates an LSL one, it's usually recommended to use the LSL one (with the ll prefix) to maintain compatibility with Second Life. However, there may be occasions when you want to prevent your script from being ported to Second Life. In those cases adding an OSSL only function may be a low security way to achieve this.

When it comes to performance there should not be any difference between the two functions.