API ReferenceGE Extensionsflowgraphnodesenvironment
Get Cloud by ID
- **File:** `extensions/flowgraph/nodes/environment/getCloud.lua`
Overview
- File:
extensions/flowgraph/nodes/environment/getCloud.lua - Name:
Get Cloud by ID - Category:
repeat_instant - Description: Retrieves the properties of a specific cloud object by its scene ID.
Pin Schema
Input Pins
| Name | Type | Description |
|---|---|---|
objectId | number | ID of the cloud object to query. |
Output Pins
| Name | Type | Description |
|---|---|---|
coverage | number | How much of the sky is covered by this cloud. |
exposure | number | Brightness scale of the cloud. |
windSpeed | number | How fast the cloud texture scrolls. |
height | number | Height of the cloud in the sky. |
Behavior
- work(): Returns early if no
objectIdis provided. Otherwise callscore_environmentgetters (getCloudCoverByID,getCloudExposureByID,getCloudWindByID,getCloudHeightByID) and outputs the values.
Notes
- Requires a valid cloud object ID from the scene tree.
- Runs every frame (
repeat_instantcategory).
Tags
#flowgraph #node #ge #environment #cloud #weather
Additional Exports
-
name-string- (see source) -
icon-string- (see source) -
description-string- (see source) -
pinSchema-table- (see source) -
tags-table- (see source)
See Also
- Directional Gravity - Related reference
- Get Fog - Related reference
- Get Gravity - Related reference
- FlowGraph Guide - Guide