godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
onReadyFieldNames.isORField
godot
d
wrap
onReadyFieldNames
Undocumented in source.
template
onReadyFieldNames
(T)
package
static if
(!(
!is(GodotClass!T : Node)
))
template
isORField (
string
n
) {
package
static if
(!(
!is(GodotClass!T : Node)
))
static if
(
staticIndexOf!(n, fieldNames) != -1 && staticIndexOf!(__traits(getProtection, __traits(getMember, T, n)), "public", "export") != -1
)
enum
bool
isORField
;
package
static if
(!(
!is(GodotClass!T : Node)
))
static if
(!(
staticIndexOf!(n, fieldNames) != -1 && staticIndexOf!(__traits(getProtection, __traits(getMember, T, n)), "public", "export") != -1
))
enum
bool
isORField
;
}
Members
Variables
isORField
enum
bool
isORField
;
Undocumented in source.
isORField
enum
bool
isORField
;
Undocumented in source.
Meta
Source
See Implementation
godot
d
wrap
onReadyFieldNames
aliases
fieldNames
onReadyFieldNames
templates
isORField