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

llScriptProfiler() public method

public llScriptProfiler ( OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger flags ) : void
flags OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger
return void
        public void llScriptProfiler(LSL_Integer flags)
        {
            m_host.AddScriptLPS(1);
            // This does nothing for LSO scripts in SL
        }
LSL_Api