TreeNode.hasEmblem

Checks to see if @emblem_name has been added to the #DzlTreeNode.

class TreeNode
bool
hasEmblem
(
string emblemName
)

Parameters

emblemName
Type: string

a string containing the emblem name

Return Value

Type: bool

%TRUE if @emblem_name is used by @self

Meta