> 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 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fullscreen.no/info/game-creator-2-assets/cozy-stylized-weather-integration/properties/get.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
