GDNativeVersion.hasNativescript

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum bool hasNativescript(int major : 1, int minor : 0);
  2. bool hasNativescript [@property getter]
  3. enum bool hasNativescript(int major : 1, int minor : 1);
  4. bool hasNativescript [@property getter]
  5. bool hasNativescript [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow static
    bool
    hasNativescript
    (
    int major
    int minor
    )
    ()
    if (
    !supportsNativescript!(major, minor)
    )

Meta