NodeExists(string)
Returns
true
when a node named nodeName
has been loaded.public bool NodeExists(string nodeName);
Name | Description |
---|---|
string nodeName | The name of the node. |
true
if the node is loaded, false
otherwise/Last modified 2mo ago