The Battle for Wesnoth  1.19.0-dev
Public Attributes | List of all members
plugin Struct Reference

Public Attributes

std::string name
 
std::string source
 
bool is_file
 
std::unique_ptr< application_lua_kernel::threadthread
 
std::vector< plugins_manager::eventqueue
 

Detailed Description

Definition at line 32 of file manager.cpp.

Member Data Documentation

◆ is_file

bool plugin::is_file

Definition at line 36 of file manager.cpp.

◆ name

std::string plugin::name

Definition at line 34 of file manager.cpp.

◆ queue

std::vector<plugins_manager::event> plugin::queue

Definition at line 38 of file manager.cpp.

◆ source

std::string plugin::source

Definition at line 35 of file manager.cpp.

◆ thread

std::unique_ptr<application_lua_kernel::thread> plugin::thread

Definition at line 37 of file manager.cpp.


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