Difference between revisions of "Individual Scene Window Guide"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
  <nowiki>Luna.getWindowList();
 
  <nowiki>Luna.getWindowList();
 
SceneManager.getWindowList();</nowiki>
 
SceneManager.getWindowList();</nowiki>
 +
 +
==Default RPG Maker UI Specifications==
 +
===Scene Title===
 +
<html><a href="https://imgur.com/MjUO3HF"><img src="https://i.imgur.com/MjUO3HF.png" title="source: imgur.com" /></a></html>
 +
<nowiki>Windows:
 +
Background: The background of the scene.
 +
TitleCommand: The commands on the title screen. All additional commands added through plugins should be Luna compatible, but will require their own asset according to the command name if using variable names via Lunatic items.
 +
itemList: ${data} </nowiki>

Revision as of 09:46, 22 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


Generate a List of all Window Names

We added a way to show all window names in current scene by using any of the console commands. This is helpful when you are using custom scripts that add new functionality to UI, such as Yanfly Status Core, and still be able to modify them using Luna Engine.

Luna.getWindowList();
SceneManager.getWindowList();

Default RPG Maker UI Specifications

Scene Title

Windows:
Background: The background of the scene. 
TitleCommand: The commands on the title screen. All additional commands added through plugins should be Luna compatible, but will require their own asset according to the command name if using variable names via Lunatic items. 
	itemList: ${data}