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]
    struct GDNativeVersion
    @property @nogc nothrow pragma(inline, true) static
    static if(!(requiresNativescript_1_0))
    bool
    hasNativescript
    (
    int major : 1
    int minor : 0
    )
    ()
  3. enum bool hasNativescript(int major : 1, int minor : 1);
  4. bool hasNativescript [@property getter]
  5. bool hasNativescript [@property getter]

Meta