GDNativeVersion.hasNet

Undocumented in source.
  1. enum bool hasNet(int major : 3, int minor : 1);
  2. bool hasNet [@property getter]
  3. enum bool hasNet(int major : 3, int minor : 2);
    struct GDNativeVersion
    static if(requiresNet_3_2)
    enum bool hasNet(int major : 3, int minor : 2);
  4. bool hasNet [@property getter]
  5. bool hasNet [@property getter]

Meta