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. See The food chain of flexibility section in the Introduction section.

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 #

TopicDescription
Key ConceptsKey concepts for understanding custom services.
Creating a Custom ServiceCreate a custom service.
Adding Database StorageAdd database storage to a custom service.
Calling with Custom PluginsCalling a custom service with custom plugin.