GDNativeVersion.hasCore

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

Meta