# NodeExists(string)

Method in [DialogueRunner](https://docs.yarnspinner.dev/2.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

Returns `true` when a node named `nodeName` has been loaded.

```csharp
public bool NodeExists(string nodeName);
```

## Parameters

| Name              | Description           |
| ----------------- | --------------------- |
| `string` nodeName | The name of the node. |

## Returns

`true` if the node is loaded, `false` otherwise/
