Universe.Framework.SceneInfo.RegionSettings.GetGeneric C# (CSharp) Method

GetGeneric() public method

public GetGeneric ( string key ) : OSD
key string
return OSD
        public OSD GetGeneric(string key)
        {
            OSD value;
            m_Generic.TryGetValue(key, out value);
            return value;
        }