GDNativeVersion

Undocumented in source.
struct GDNativeVersion {}

Members

Properties

hasAndroid
bool hasAndroid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasAndroid
bool hasAndroid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasArvr
bool hasArvr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasArvr
bool hasArvr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasArvr
bool hasArvr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasCore
bool hasCore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasCore
bool hasCore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasCore
bool hasCore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasCore
bool hasCore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNativescript
bool hasNativescript [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNativescript
bool hasNativescript [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNativescript
bool hasNativescript [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNet
bool hasNet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNet
bool hasNet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNet
bool hasNet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasPluginscript
bool hasPluginscript [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasPluginscript
bool hasPluginscript [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasVideodecoder
bool hasVideodecoder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasVideodecoder
bool hasVideodecoder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opDispatch
bool opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasAndroid
enum bool hasAndroid(int major : 1, int minor : 1);
Undocumented in source.
hasArvr
enum bool hasArvr(int major : 1, int minor : 1);
Undocumented in source.
hasArvr
enum bool hasArvr(int major : 1, int minor : 2);
Undocumented in source.
hasCore
enum bool hasCore(int major : 1, int minor : 0);
Undocumented in source.
hasCore
enum bool hasCore(int major : 1, int minor : 1);
Undocumented in source.
hasCore
enum bool hasCore(int major : 1, int minor : 2);
Undocumented in source.
hasNativescript
enum bool hasNativescript(int major : 1, int minor : 0);
Undocumented in source.
hasNativescript
enum bool hasNativescript(int major : 1, int minor : 1);
Undocumented in source.
hasNet
enum bool hasNet(int major : 3, int minor : 1);
Undocumented in source.
hasNet
enum bool hasNet(int major : 3, int minor : 2);
Undocumented in source.
hasPluginscript
enum bool hasPluginscript(int major : 1, int minor : 0);
Undocumented in source.
hasVideodecoder
enum bool hasVideodecoder(int major : 0, int minor : 1);
Undocumented in source.
supportsAndroid
enum bool supportsAndroid(int major, int minor);
Undocumented in source.
supportsArvr
enum bool supportsArvr(int major, int minor);
Undocumented in source.
supportsCore
enum bool supportsCore(int major, int minor);
Undocumented in source.
supportsNativescript
enum bool supportsNativescript(int major, int minor);
Undocumented in source.
supportsNet
enum bool supportsNet(int major, int minor);
Undocumented in source.
supportsPluginscript
enum bool supportsPluginscript(int major, int minor);
Undocumented in source.
supportsVideodecoder
enum bool supportsVideodecoder(int major, int minor);
Undocumented in source.

Meta