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

llScriptProfiler() public method

public llScriptProfiler ( Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger profilerFlags ) : void
profilerFlags Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
return void
        public void llScriptProfiler(LSL_Integer profilerFlags)
        {
            //TODO: We don't support this, not implemented
        }
LSL_Api