# Is Object Type

## Overview

![The Is Object Type Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-65534cff4ceb6b1130f8ec5c198671ac9d23e4fd%2Fisobjecttype.png?alt=media)

The **Is Object Type Node** returns *true* or *false* depending on whether or not the input **Object** matches the `Object Type`.

## Attributes

| Attribute     | Type          | Description                                                                                                                                                                                                                                                  |
| ------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Object Type` | **Drop-down** | The `Object Type` to compare the input **Object** to. The `Object Type` can either be **Group**, **Image Sequence Sprite**, **Label**, **List**, **Mesh**, **On-Screen Keyboard**, **Point Light**, **Spot Light**, **Sprite**, **Text**, or **Web Sprite**. |

## 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 target **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. |
| `Result`           | **Bool**  | Returns *true* or *false* depending on whether or not the input **Object** type matches the `Object Type`.                             |
