Skip to content

🧩 Structures

CG-Tespy edited this page Feb 5, 2026 · 1 revision

Event Sheets


FKEventSheet (Resource)
└─ events: Array[FKEventBlock]
β”œβ”€ event_id: String (e.g., "on_process")
β”œβ”€ target_node: NodePath
β”œβ”€ conditions: Array[FKEventCondition]
β”‚   β”œβ”€ condition_id: String
β”‚   β”œβ”€ target_node: NodePath
β”‚   └─ inputs: Dictionary
└─ actions: Array[FKEventAction]
β”œβ”€ action_id: String
β”œβ”€ target_node: NodePath
└─ inputs: Dictionary

πŸ“ Plugin Folder

flowkit/
β”œβ”€β”€ flowkit.gd
β”œβ”€β”€ registry.gd
β”œβ”€β”€ actions/
β”œβ”€β”€ conditions/
β”œβ”€β”€ events/
β”œβ”€β”€ resources/
β”œβ”€β”€ runtime/
β”œβ”€β”€ ui/
└── saved/

Clone this wiki locally