public SCharFeature GetMaxCharFeature(uint raceid, bool female, bool isHD)
        {
            SCharFeature v = new SCharFeature();

            WowDatabase_getMaxCharFeature(raceid, female, isHD, out v);
            return(v);
        }
Example #2
0
 public static extern void WowDatabase_getMaxCharFeature(
     uint raceid,
     [MarshalAsAttribute(UnmanagedType.I1)] bool female,
     [MarshalAs(UnmanagedType.I1)] bool isHD,
     out SCharFeature feature);
Example #3
0
 public static extern void m2Instance_setCharFeature(
     IntPtr node,
     ref SCharFeature feature);
Example #4
0
 public static extern bool m2Instance_getCharFeature(
     IntPtr node,
     out SCharFeature feature);
 public static extern void M2SceneNode_getCharFeature(
     IntPtr node,
     out SCharFeature feature);