Difference between revisions of "Category:Main Menu Manager Integration (MV)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{TOCright}} <youtube>https://www.youtube.com/watch?v=Es4-wDMwCF8</youtube> This category lists the plugins that offer instructions on how to integrate access to scenes into...")
 
Line 3: Line 3:
  
 
This category lists the plugins that offer instructions on how to integrate access to scenes into Yanfly's [[Main Menu Manager (YEP)|Main Menu Manager]] plugin.
 
This category lists the plugins that offer instructions on how to integrate access to scenes into Yanfly's [[Main Menu Manager (YEP)|Main Menu Manager]] plugin.
 +
 +
== [[Card Game Deck Builder (Irina)|Card Game Deck Builder]] ==
 +
 +
<pre>
 +
Name: 'Deck Builder'
 +
    Symbol: cardGameDeckBuilder
 +
Show: $gameSystem.isCardGameDeckBuilderVisible()
 +
  Enabled: $gameSystem.isCardGameDeckBuilderEnabled()
 +
  Ext:
 +
Main Bind: this.commandCardGameDeckBuilder.bind(this)
 +
Actor Bind:
 +
</pre>
 +
 +
Insert the above setup within a Main Menu Manager slot. Provided you copy
 +
the exact settings to where you need it, it will appear there while using
 +
all of the naming, enabling, disabling, hiding, and showing effects done by
 +
the plugin parameters.

Revision as of 14:40, 25 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.


This category lists the plugins that offer instructions on how to integrate access to scenes into Yanfly's Main Menu Manager plugin.

Card Game Deck Builder

 Name: 'Deck Builder'
    Symbol: cardGameDeckBuilder
 Show: $gameSystem.isCardGameDeckBuilderVisible()
   Enabled: $gameSystem.isCardGameDeckBuilderEnabled()
  Ext:
 Main Bind: this.commandCardGameDeckBuilder.bind(this)
Actor Bind:

Insert the above setup within a Main Menu Manager slot. Provided you copy the exact settings to where you need it, it will appear there while using all of the naming, enabling, disabling, hiding, and showing effects done by the plugin parameters.