> 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/gametime-and-timeboard.md).

# Gametime & Timeboard

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Gametime</strong></td><td>Automatically keeps track of in-game time, with methods calculating and managing time.</td><td><em>Required for automatic operations of Conditions</em></td></tr><tr><td><strong>Timeboard</strong></td><td>A class which includes <strong>Gametime</strong>, and connects with its own <strong>Blackbaord</strong>. Anything can query Timebo<strong>ard</strong> to get information about Gametime.</td><td><em>Timeboard is a prefab in the Repositories folder, and should be put into your scene.</em></td></tr></tbody></table>

## Automatic Timekeeping

Gametime and Timeboard seem fairly simple, but provide a powerful timekeeping system that allows for customized date ranges and automatic time management.

This is required for autonomous operation of the [**Contions**](/magic-pig-games/game-modules-4/module-documentation/conditions.md) module, as conditions have expiration dates.

### Time Modification

By default, `GameTime` will be progressed by the value of `Time.deltaTime`. However, Timeboard comes with a `float` `TimeModification` property, which can be used to change how `GameTime` progresses.

{% hint style="success" %}
The `TimeModification` property is used in the [**Magic Time for Game Modules** ](/magic-pig-games/game-modules-4/magic-time-for-game-modules.md)integration, which will automatically scale `GameTime` progression via the [**Magic Time**](broken://pages/hlYGqP9mEYDbmgzVLrzB) system.
{% endhint %}

{% content-ref url="/pages/EHbSHDQF3bpBn0vBAoU4" %}
[Magic Time for Game Modules](/magic-pig-games/game-modules-4/magic-time-for-game-modules.md)
{% endcontent-ref %}
