> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exports & Events

## Client Net Events

<Accordion title="no-polaroid:camera:use">
  Toggles camera.
</Accordion>

<Accordion title="no-polaroid:camera:open">
  Opens camera.
</Accordion>

<Accordion title="no-polaroid:camera:close">
  Closes camera.
</Accordion>

<Accordion title="no-polaroid:photo:use">
  Toggles polaroid photo.

  **Parameters**

  * ctx: `{image: string, date?: number}`
</Accordion>

<Accordion title="no-polaroid:photo:show">
  Shows polaroid photo.

  **Parameters**

  * ctx: `{image: string, date?: number}`
</Accordion>

<Accordion title="no-polaroid:photo:close">
  Closes polaroid photo.
</Accordion>

<Accordion title="no-polaroid:photo:ready">
  This event will be triggered by us when the photo is ready. You can change normal behavior by listening this event.

  **Parameters**

  * ctx: `{image: string; date: number}`
</Accordion>

## Server Net Events

<Accordion title="no-polaroid:photo:ready">
  This event will be triggered by us when the photo is ready. You can change normal behavior by listening this event.

  **Parameters**

  * ctx: `{image: string; date: number}`
</Accordion>
