> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/nanosave/properties/get.md).

# Get

## Get Properties with <mark style="color:orange;">Text</mark>&#x20;

| Name               | Description                                      |
| ------------------ | ------------------------------------------------ |
| Save Slot Metadata | Returns specified metadata from a save game slot |

## Get Properties with <mark style="color:purple;">Sprite</mark>

| Name                 | Description                                          |
| -------------------- | ---------------------------------------------------- |
| Save Slot Screenshot | Gets the screenshot sprite for a specified save slot |

## Get Properties with <mark style="color:blue;">Number</mark>

| Name                             | Description                                                                                |
| -------------------------------- | ------------------------------------------------------------------------------------------ |
| Next Save Slot                   | Gets the next available save slot                                                          |
| Loaded Save Slot                 | Gets the currently loaded save slot                                                        |
| Total Save Slot Count            | Gets the total amount of save slots                                                        |
| Current Hover Save Slot          | Gets the slot number from the current hovered save slot in the component SaveSlotLoaderUI. |
| Highest Save Slot                | Returns the highest existing save slot number.                                             |
| Save Slot From SaveSlotComponent | Extracts the slot number from a SaveSlotComponent.                                         |
