OpenSim.Region.ScriptEngine.Shared.Api.OSSL_Api.GridUserInfo C# (CSharp) 메소드

GridUserInfo() 개인적인 메소드

private GridUserInfo ( InfoType type ) : string
type InfoType
리턴 string
        private string GridUserInfo(InfoType type)
        {
            return GridUserInfo(type, "");
        }

Same methods

OSSL_Api::GridUserInfo ( InfoType type, string key ) : string
OSSL_Api