# Action List

This Action Pack Contains detailed Actions for Game Creator. They will NOT work without having Game Creator previously installed.&#x20;

To install these Actions, simply download and import this asset from the Asset store. All Actions will automatically appear in the Game Creator Action List under Action Pack 3.

| Action\_Name                     | Description                                             |
| -------------------------------- | ------------------------------------------------------- |
| **Change Procedural Skybox**     | Changes a Procedural Skybox in realtime with fade       |
| **Change Skybox**                | Changes a standard Skybox in realtime                   |
| **Set Sun Intensity**            | Set the Light Intensity of the Daytime Sun              |
| **Reset Sun Intensity**          | Resets the Light Intensity of the Sun to original value |
| **Set Weather**                  | Sets the Weather Effects from Value or Variable         |
| **Reset Weather**                | Resets the Weather Effects                              |
| **Set Sun Color**                | Set the Light Color of the Daytime Sun                  |
| **Set Ambient Color Day**        | Set the Ambient Color of the Daytime                    |
| **Set Ambient Color Night**      | Set the Ambient Color of the Nighttime                  |
| **Add Flashlight**               | Adds a Flashlight to the Camera or Player               |
| **Toggle Flashlight**            | Toggles the Flashlight on or off                        |
| **Change Light Settings**        | Changes Intensity, Color, and Range of a Light Object   |
| **Change Light Color**           | Changes the Color of a Light Object                     |
| **Change Light Halo**            | Enables and Disables a Halo Component on a Light Object |
| **Change Light Intensity**       | Changes the Intensity of a Light Object                 |
| **Change Light Range**           | Changes the Range of a Light Object                     |
| **Change Spotlight Angle**       | Sets the Angle of a Spotlight                           |
| **Spotlight Look At Object**     | Rotates a Spotlight to look at a Game Object            |
| **Spotlight Follow Object**      | Rotates a Spotlight to follow a Game Object             |
| **Spotlight Follow Object Stop** | Stops a Spotlight to following a Game Object            |
| **Flicker Light Intensity**      | Flickers a Light on and off at random times             |
| **Change Collider Size**         | Grows and shrinks a Trigger Collider                    |
| **Set Default Terrain Texture**  | Changes the index on the Default Terrain Texture        |


---

# Agent Instructions: 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:

```
GET https://profpivec.gitbook.io/documentation-and-tutorials/game-creator/action-pack-3-for-game-creator/action-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
