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

llGetSPMaxMemory() public method

public llGetSPMaxMemory ( ) : Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
return Aurora.ScriptEngine.AuroraDotNetEngine.LSL_Types.LSLInteger
        public LSL_Integer llGetSPMaxMemory()
        {
            //TODO: Not implemented!
            return 0;
        }
LSL_Api