in_node_has_property

Gets whether the node has the given property.

version(IN_DYNLIB)
export extern (C) @nogc
bool
in_node_has_property

Parameters

self in_node_t*

The node to operate on.

key quark_t

Name of the property to query.

Return Value

Type: bool

true if the node has the given property, false otherwise.

Meta