Exemplo n.º 1
0
        public SRidable?GetRidable(uint index)
        {
            SRidable v = new SRidable();

            if (WowDatabase_getRidable(index, out v))
            {
                return(v);
            }
            return(null);
        }
Exemplo n.º 2
0
 public static extern bool WowDatabase_getRidable(
     uint index,
     out SRidable ridable);