> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/media/getmedialoop.md).

# Get Media Loop

## Overview

![The Get Media Loop Node.](/files/fX3LBbSESg6pMgeZ0nOa)

The **Get Media Loop Node** returns the value of the `Loop` **Bool**. *True* means that the **Media Object** should restart after it finishes and *false* means that it shouldn’t.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the desired **Media Object**.                               |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Loop`             | **Bool**  | Returns *true* or *false* if the inputted **Media Object** loops or not.                                                               |

## See Also

* [**Set Media Loop**](/incari-studio/toolbox/incari/media/setmedialoop.md)
