Kohi Game Engine
application_plugin_config Struct Reference

Configuration for an application runtime plugin. More...

#include <application_config.h>

Data Fields

const char * name
 The name of the plugin. More...
 
const char * configuration_str
 The configuration of the plugin in string format, to be parsed by the plugin itself. Can be 0/null if not required by the plugin. More...
 

Detailed Description

Configuration for an application runtime plugin.

Field Documentation

◆ configuration_str

const char* configuration_str

The configuration of the plugin in string format, to be parsed by the plugin itself. Can be 0/null if not required by the plugin.

◆ name

const char* name

The name of the plugin.


The documentation for this struct was generated from the following file: