# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/module-documentation/gametime-and-timeboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
