![]() |
Blamite Game Engine - Guerilla
00309.02.03.21.0044.blamite
The tag editor for the Blamite Game Engine.
|
#include <string>
#include <vector>
#include <Strings/components/diagnostics/errors/errors.h>
#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>
#include "fields/fields.h"
Go to the source code of this file.
Classes | |
struct | BlamRevision |
Structure representing a tag or plugin revision. More... | |
class | BlamPlugin |
Class representing a Plugin. More... | |
class | BlamTag |
Class representing a Tag. More... | |
Namespaces | |
Guerilla | |
The main namespace containing all of Guerilla's shared functions. | |
Guerilla::Tags | |
Namespace containing functions relating to tags and plugins. | |
Macros | |
#define | GUERILLA_API __declspec(dllimport) |
Functions | |
GUERILLA_API bool | Guerilla::Tags::LinkPluginData (BlamTag *tag) |
Attempts to link all plugin data for a given tag. More... | |
GUERILLA BlamResult | Guerilla::Tags::LoadPlugins () |
Loads all available plugins within the application plugin directory. More... | |
GUERILLA void | Guerilla::Tags::ReleasePlugins () |
Releases all plugin data. More... | |
GUERILLA_API std::vector< BlamPlugin * > | Guerilla::Tags::GetPluginList () |
Retrieves the list of loaded plugins. More... | |
GUERILLA_API BlamPlugin * | Guerilla::Tags::GetPlugin (std::string class_name) |
Retrieves a plugin based on its name. More... | |
GUERILLA_API BlamPlugin * | Guerilla::Tags::GetPlugin (std::string class_name, int version) |
Retrieves a plugin based on its name and version. More... | |
GUERILLA_API bool | Guerilla::Tags::PluginExists (std::string class_name) |
Checks whether or not a plugin exists. More... | |
GUERILLA_API bool | Guerilla::Tags::PluginExists (std::string class_name, int version) |
Checks whether or not a plugin exists. More... | |
GUERILLA_API bool | Guerilla::Tags::VerifyPluginCompilationData (BlamPlugin *plugin) |
Performs a series of checks on a plugin to ensure that it is ready to be used for compilation. More... | |
#define GUERILLA_API __declspec(dllimport) |