API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Get Dynamic Objects
**File:** `flowgraph/nodes/gameplay/crawl/getDynamicObjects.lua`
File: flowgraph/nodes/gameplay/crawl/getDynamicObjects.lua
Description: Gets dynamic objects from a prefab with a specific dynamic field name.
Category: repeat_instant Tags: crawl, gameplay, dynamic, objects Dependencies: gameplay_crawl_flowgraphBridge
Input Pins
| Name | Type | Description |
|---|---|---|
prefabId | number | Prefab ID to search in |
dynamicName | string | Dynamic field name to match |
Output Pins
| Name | Type | Description |
|---|---|---|
dynamicObjects | table | Table of dynamic object IDs |
Methods
C:init(mgr)C:work()
See Also
- Apply Penalty - Related reference
- Get Crawl Data - Related reference
- Get Crawl Results - Related reference
- FlowGraph Guide - Guide