GDNativeVersion.hasNativescript

Undocumented in source.
  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);
    struct GDNativeVersion
    static if(requiresNativescript_1_1)
    enum bool hasNativescript(int major : 1, int minor : 1);
  4. bool hasNativescript [@property getter]
  5. bool hasNativescript [@property getter]

Meta