# GetLineIDForNodeName(string)

Method in [Compiler](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.compiler)

## Summary

Generates a line id for a raw text node

```csharp
public static string GetLineIDForNodeName(string name)
```

## Remarks

This should only be used when in raw text mode.

## Parameters

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

## Returns

line id for the raw text node
