Logic tree structure. Logic is described in detail in Nodes article.
inline getBool (key:String):Bool
Returns tree parameter as Bool
.
Parameters:
key
Parameter name.
Returns:
Parameter value. False, if the parameter does not exist.
Returns tree parameter as Int
.
Parameters:
key
Parameter name.
Returns:
Parameter value. 0, if the parameter does not exist.
inline hasTag (tag:String):Bool
Returns true if the tree has this tag.
Parameters:
tag
Tree tag.
Returns:
True, if the tree has this tag. False otherwise.
isActiveProvider (provider:String):Bool
Returns true if this node is active for this provider.
Parameters:
provider
Client provider.
Returns:
True, if this node is active. False otherwise.