# Get

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

| Name                                                 | Description                                                                        |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------- |
| Letter Body                                          | Gets the letter body                                                               |
| Letter ID                                            | Gets the letter ID                                                                 |
| Letter Received Date                                 | Gets the letter received date                                                      |
| Letter Sender                                        | Gets the letter sender                                                             |
| Letter Title                                         | Gets the letter title                                                              |
| System Time                                          | Gets the System Time with date and time formatting                                 |
| Dynamic String (Requires Game Creator 2 Dialogue)    | Allows you to use Dynamic String from Game Creator 2 Dialogue inside the letter    |
| Dynamic Text Area (Requires Game Creator 2 Dialogue) | Allows you to use Dynamic Text Area from Game Creator 2 Dialogue inside the letter |

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

| Name               | Description                                             |
| ------------------ | ------------------------------------------------------- |
| Letter Read Icon   | Gets the letters read icon from the LetterTheme asset   |
| Letter Unread Icon | Gets the letters unread icon from the LetterTheme asset |
| Letter Sender Icon | Gets the letters sender icon                            |

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

| Name                   | Description                                                               |
| ---------------------- | ------------------------------------------------------------------------- |
| Current Open Letter    | Gets the current open Letter                                              |
| Letter                 | Reference to a Letter asset                                               |
| Letter from GameObject | Gets a Letter from a GameObject with a LetterItemUI or LetterUI component |
| Global Letter Variable | Gets the Letter value of a Global Name Variable                           |
| Local Letter Variable  | Gets the Letter value of a Global List Variable                           |

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

| Name                   | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| Total Letters Count    | Gets the total letters inside a mailbox                        |
| Unread Letters Count   | Gets the number of unread letters inside a mailbox             |
| GameObject Child Count | Gets the index of the GameObject within its parent's children. |
