Scripting API

Home Scripting API Index Class Overview

com.nolimitscoaster

Class Editor


public final class Editor
extends Object

This is the interface to access data from within the editor.

For plugins designed to run in editor mode. Use NoLimits.getEditor() to get an instance of this class

Method Summary

Park getPark()
  Returns the currently opened park.


Method Detail


getPark

public Park getPark()

Returns the currently opened park.

Returns null if no park is opened