> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/developer/afx/node-dictionary/engage/afx-companion/grab-object.md).

# Grab Object

## Grab Object is Grabbed

Evaluates multiple states that relate to a grabble object. These states relate to the local user only.

<figure><img src="https://2640392766-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yxYHsXtlAaoMUrDWhLm%2Fuploads%2Fgit-blob-a37c651c5fbd9dbe289972ddcc81b93e01f42a3f%2Fafx_node_grab_obj_is.png?alt=media" alt=""><figcaption></figcaption></figure>

**Inputs:**

<table><thead><tr><th width="221">Name</th><th width="149">Type</th><th>Description</th></tr></thead><tbody><tr><td>Grab Object In</td><td>Grab Object</td><td>Reference to a grabbable object that will be evaluated.</td></tr></tbody></table>

**Outputs:**

<table><thead><tr><th width="221">Name</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>Is Grabbed</td><td>Boolean</td><td>True if the the local user has grabbed the object. Otherwise, false.</td></tr><tr><td>Is Grabbed Left Hand</td><td>Boolean</td><td>True if the local user has grabbed the object with their left-hand VR controller. Otherwise, false.</td></tr><tr><td>Is Grabbed Right Hand</td><td>Boolean</td><td>True if the local user has grabbed the object with their right-hand VR controller. Otherwise, false.</td></tr><tr><td>Is Grabbed Mouse</td><td>Boolean</td><td>True if the user is on a desktop device and has used their mouse to grab the object. Otherwise, false.</td></tr></tbody></table>
