Skip to content

client plugin

KBEngine is an open-source game server engine that does not include a complete client part, but we provide a client plugin that can quickly connect to the server. The client plugin includes communication with the server, account registration, login interface, Entity base class, etc. The plugin and the client presentation layer interact through a mechanism: the presentation layer obtains data from the plugin for display (for example: HP changes, entity enters View), and the plugin receives input from the presentation layer to make changes (for example: character position and orientation).

KBEngine implements different client plugins under different frontend technologies, but each plugin follows the methods and properties listed in this API documentation. According to this documentation, different client plugins have a unified implementation standard.

文档内容由 Comblock® 提供