godot-d ~releases (2022-04-02T06:37:10.8312204)
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