Difference between revisions of "Individual Scene Window Guide"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{TOCright}} ===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...")
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
===Generate a List of all Window Names===
+
 
 +
==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.
 
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.
 
  <nowiki>Luna.getWindowList();
 
  <nowiki>Luna.getWindowList();
 
SceneManager.getWindowList();</nowiki>
 
SceneManager.getWindowList();</nowiki>

Revision as of 09:43, 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();