Project API Documentation

This section provides an overview of the complete project API, organized by category. Each category contains detailed documentation for its specific components and systems. Use the links below to navigate to the API reference for each area:

  • UI API:

    Contains documentation for all UI-related components (e.g., PositionComponent, UiAnchor, MouseLeftClickComponent) and their associated systems.

  • ECS API:

    Covers the core Entity-Component-System framework, including entities, component management, system execution, and event handling.

  • Interpreter API:

    Provides details on the custom scripting interpreter, including language syntax, parsing, and runtime execution.