class EditorPlugin
Defined in:
The C4EditorPlugins.h
EditorPlugin
class represents a World Editor plugin.
Definition
class EditorPlugin : public Plugin, public ListElement<EditorPlugin>
Member Functions
EditorPlugin::GetEditorPluginName |
Returns the name of a plugin. |
EditorPlugin::InitializeEditorPlugin |
Initializes a plugin for a new editor window. |
EditorPlugin::PreprocessEditorPlugin |
Preprocesses a plugin for a new editor window. |
Constructor
EditorPlugin();
Description
The EditorPlugin
class is the base class for all World Editor plugins.
Base Classes
Plugin |
An EditorPlugin is a specific type of plugin.
|
ListElement<EditorPlugin> |
Used internally by the World Editor. |