godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
GDNativeVersion.hasNativescript
godot
c
api
GDNativeVersion
Undocumented in source. Be warned that the author may not have intended to support it.
enum
bool
hasNativescript
(
int
major
:
1
,
int
minor
:
0
)
;
bool
hasNativescript
[@property getter]
enum
bool
hasNativescript
(
int
major
:
1
,
int
minor
:
1
)
;
bool
hasNativescript
[@property getter]
bool
hasNativescript
[@property getter]
struct
GDNativeVersion
@
property
@
nogc
nothrow static
bool
hasNativescript
(
int
major
int
minor
)
(
)
if
(
!
supportsNativescript
!(
major
,
minor
)
)
Meta
Source
See Implementation
godot
c
api
GDNativeVersion
static functions
opDispatch
variables
hasAndroid
hasArvr
hasCore
hasNativescript
hasNet
hasPluginscript
hasVideodecoder
supportsAndroid
supportsArvr
supportsCore
supportsNativescript
supportsNet
supportsPluginscript
supportsVideodecoder