Skip to content

FB1Script

🧩 Struct: FB1Script

Defines a reusable block of logic containing conditions and executable actions.

Properties

  • Conditions (TArray<FB1Condition>): List of conditions that must be satisfied before executing actions.
  • Executes (TArray<FB1Execute>): List of execution actions to perform when conditions are met.

📚 References