Command System

The Command System is DSL Forge’s extensible command library.

Features:

  • Rich built-in modules:

    • Control Flow (If, Else, Branch, Goto, Call)

    • Math operations (Add, Subtract, etc.)

    • Collections (Set, List, Dict)

    • Event triggers (EventEmit, Trigger)

    • Statistics (Mean, Variance, etc.)

  • Plugin architecture:

    • Teams can easily add custom command modules

    • Modules can be maintained and versioned independently

    • Editor can auto-generate command encyclopedias

The Command System makes DSL Forge powerful out-of-the-box and endlessly extensible.

Last updated