> For the complete documentation index, see [llms.txt](https://infinitypbr.gitbook.io/magic-pig-games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/module-documentation/quests/gamequestlist.md).

# GameQuestList

v4.0

{% content-ref url="/pages/FmNaLm7Y9cbUVjKcZNkI" %}
[Game Module "Lists"](/magic-pig-games/game-modules-4/module-documentation/game-module-lists.md)
{% endcontent-ref %}

This is a `List<GameQuest>` which has some helpful methods for managing the data at runtime.&#x20;

`Lists` of this type on an object, to hold various lists of `GameQuest` data, such as:

```csharp
public GameQuestList quests = new GameQuestList();
public GameQuestList hiddenQuests = new GameQuestList();
```

{% content-ref url="/pages/LLs6r7N8yzxjqkCEN43B" %}
[GameQuestList](/magic-pig-games/game-modules-4/module-documentation/game-module-lists/gamequestlist.md)
{% endcontent-ref %}
