> 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/cozy-stylized-weather-integration/properties/get.md).

# Get

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

| Name                | Description                        |
| ------------------- | ---------------------------------- |
| Hour                | Gets the hour                      |
| Minute              | Gets the minute                    |
| Day                 | Gets the day                       |
| Year                | Gets the year                      |
| Days Per Year       | Gets the amount of days per year   |
| Temperature         | Gets the temperature.              |
| Time Movement Speed | Gets the time movement speed       |
| Day of Month        | Gets the currenty day of the month |

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

| Name            | Description                                            |
| --------------- | ------------------------------------------------------ |
| Month           | Gets the month                                         |
| Weather         | Gets the weather name                                  |
| AM or PM        | Gets 'AM' or 'PM' based on the hour                    |
| Hour and Minute | Gets the current Hour and Minute in hour:minute format |

## Get Properties with Instruction <mark style="color:purple;">Set Weather</mark>

| Name                 | Description                                              |
| -------------------- | -------------------------------------------------------- |
| Current Weather      | Gets the current weather                                 |
| Local Name Variable  | Gets the Weather Profile value of a Local Name Variable  |
| Local List Variable  | Gets the Weather Profile value of a Local List Variable  |
| Global Name Variable | Gets the Weather Profile value of a Global Name Variable |
| Global List Variable | Gets the Weather Profile value of a Global List Variable |

## Get Properties with Instruction <mark style="color:blue;">Set Gameobject</mark>

| Name                | Description                              |
| ------------------- | ---------------------------------------- |
| COZY Weather Sphere | Returns the COZY Weather Sphere instance |

## Get Properties with Instruction <mark style="color:red;">Set Bool</mark>

| Name       | Description              |
| ---------- | ------------------------ |
| Pause Time | Gets the pause time bool |
