godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
godotPropertyVariableNames.isVariable
godot
d
wrap
godotPropertyVariableNames
Undocumented in source.
template
godotPropertyVariableNames
(T)
package
template
isVariable (
string
name
) {
package
static if
(
__traits(getProtection, __traits(getMember, T, name)) == "public"
)
enum
bool
isVariable
;
package
static if
(!(
__traits(getProtection, __traits(getMember, T, name)) == "public"
))
enum
bool
isVariable
;
}
Members
Variables
isVariable
enum
bool
isVariable
;
Undocumented in source.
isVariable
enum
bool
isVariable
;
Undocumented in source.
Meta
Source
See Implementation
godot
d
wrap
godotPropertyVariableNames
aliases
field
fieldNames
godotPropertyVariableNames
templates
isVariable