Table of Contents

Interface IEditor

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Editor interface - used to interact with the editor

public interface IEditor

Methods

Log(LogType, string)

Write a message to the editor log

void Log(LogType type, string message)

Parameters

type LogType

LogType severity of message

message string

message

Remarks

The message will appear in a section specific to the plugin

OpenUserWindow(string, IUserWindow)

Create a new window in the editor

void OpenUserWindow(string name, IUserWindow window)

Parameters

name string

Name of the window

window IUserWindow

Objet implementing IUserWindow