public bool TryGetRoleValueByName(string name, out int roleValue)
 {
     return(m_info.TryGetRoleValueByName(name, out roleValue));
 }