OpenSim.Region.ScriptEngine.Shared.Api.LSL_Api.llSoundPreload C# (CSharp) Method

llSoundPreload() public method

public llSoundPreload ( string sound ) : void
sound string
return void
        public void llSoundPreload(string sound)
        {
            m_host.AddScriptLPS(1);
            Deprecated("llSoundPreload", "Use llPreloadSound instead");
        }
LSL_Api