> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.unity/yarn.unity.lineproviderbehaviour/yarn.unity.lineproviderbehaviour.linesavailable.md).

# LinesAvailable

Property in [LineProviderBehaviour](/2.3/api/csharp/yarn.unity/yarn.unity.lineproviderbehaviour.md)

## Summary

Gets a value indicating whether this line provider is ready to provide [LocalizedLine](/2.3/api/csharp/yarn.unity/yarn.unity.localizedline.md) objects. The default implementation returns `true` .

```csharp
public virtual bool LinesAvailable { get };
```

## Remarks

Subclasses should return `false` when the required resources needed to deliver lines are not yet ready, and `true` when they are.
