GDNativeVersion.hasPluginscript

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

Meta