Custom Services #
Pragma Engine provides a rich library of features for Game and Social interactions, and can be customized to add features or extend existing functionality with configuration, plugins, and custom services. This section will explain how to build a custom service, leverage a custom database, and use plugins for custom implementations and intra-service communication.
The creation and implementation of custom services can be complex, with many customizable configurations and options. To demonstrate the steps with clear implementation code blocks, sections will include MyCustom dropdowns, which provide specific examples for an imaginary MyCustom service.
Contents #
Topic | Description |
---|---|
Key Concepts | Key concepts for understanding custom services. |
Creating a Custom Service | Create a custom service. |
Adding Database Storage | Add database storage to a custom service. |
Calling with Custom Plugins | Calling a custom service with custom plugin. |