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]
  3. bool hasPluginscript [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow static
    bool
    hasPluginscript
    (
    int major
    int minor
    )
    ()
    if (
    !supportsPluginscript!(major, minor)
    )

Meta