Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.llScriptProfiler C# (CSharp) Метод

llScriptProfiler() публичный Метод

public llScriptProfiler ( Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger profilerFlags ) : void
profilerFlags Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
Результат void
        public void llScriptProfiler(LSL_Integer profilerFlags)
        {
            //TODO: We don't support this, not implemented
        }
LSL_Api