C4 Engine
C4 Engine API Documentation

EditorSupplement::AddEditorPage

Defined in:  C4EditorSupplement.h
Adds an editor page instance to an editor window.
Prototype

void AddEditorPage(EditorPage *page);

Parameters
page The editor page to add to the editor window.
Description
The AddEditorPage function adds the editor page specified by the page parameter to the set of pages available for an editor window. This function is normally called from within the EditorPlugin::InitializeEditorPlugin function.
See Also

EditorPage