C4 Engine Terathon Software C4 Engine API Documentation

• World Editor

API Links
Developer Links

class EditorPlugin

Defined in:  C4EditorPlugins.h
The EditorPlugin class represents a World Editor plugin.
Definition

class EditorPlugin : public Plugin, public ListElement<EditorPlugin>

Member Functions
EditorPlugin::GetPluginName Returns the name of a plugin.
EditorPlugin::Initialize Initializes a plugin for a new editor window.
EditorPlugin::Preprocess Preprocesses a plugin for a new editor window.
Constructor

EditorPlugin();

The constructor has protected access. Only instances of EditorPlguin subclasses can be created.
Description
The EditorPlugin class is the base class for all World Editor plugins.
Base Classes
PluginMgr/Plugin An EditorPlugin is a specific type of plugin.
ListElement<EditorPlugin> Used internally by the World Editor.