Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.llSoundPreload C# (CSharp) Method

llSoundPreload() public method

llSoundPreload is deprecated. In SL this appears to do absolutely nothing and is documented to have no delay.
public llSoundPreload ( string sound ) : void
sound string
return void
        public void llSoundPreload(string sound)
        {
            if (!ScriptProtection.CheckThreatLevel(ThreatLevel.None, "LSL", m_host, "LSL", m_itemID)) return;

        }
LSL_Api