OsSetSoundRadius

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

Opensimulator: Content Creators: Scripts: Functions: osSetSoundRadius

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

This function does exactly the same as llLinkSetSoundRadius[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.