Difference between revisions of "Template:VisuMZ Frontview Battle UI Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "VisuMZ Frontview Battle UI Plugin Commands The following are Plugin Commands that come with this plugin. They can be accessed through the Plugi...")
 
(Map UI Plugin Commands)
Line 7: Line 7:
  
 
=== Map UI Plugin Commands ===
 
=== Map UI Plugin Commands ===
 +
 +
[[File:FrontviewUI_Preview3.png|600px]]
  
 
---
 
---

Revision as of 15:30, 7 November 2022


The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Map UI Plugin Commands

FrontviewUI Preview3.png

---

Map UI: Text Popup (Actor)
- Creates a custom text popup on the Frontview UI on map scene.
- Targets specific actors.

  Actor ID(s):
  - Select the ID(s) of the actor(s) you want to target.

  Text:
  - What text do you wish to display?

  Text Color:
  - Use #rrggbb for custom colors or regular numbers for text colors from
    the Window Skin.

  Flash Color:
  - Adjust the popup's flash color.
  - Format: [red, green, blue, alpha]

  Flash Duration:
  - What is the frame duration of the flash effect?

---

Map UI: Text Popup (Party)
- Creates a custom text popup on the Frontview UI on map scene.
- Targets party index. Index values start at 0.

  Party Index(es):
  - Which party index to target?
  - Index values start at 0.

  Text:
  - What text do you wish to display?

  Text Color:
  - Use #rrggbb for custom colors or regular numbers for text colors from
    the Window Skin.

  Flash Color:
  - Adjust the popup's flash color.
  - Format: [red, green, blue, alpha]

  Flash Duration:
  - What is the frame duration of the flash effect?

---

Map UI: Variable Popup (Actor)
- Creates a custom text popup on the Frontview UI on map scene.
- Targets specific actors.

  Actor ID(s):
  - Select the ID(s) of the actor(s) you want to target.

  Variable ID:
  - Get data from which variable to display as a popup?

  Text Color:
  - Use #rrggbb for custom colors or regular numbers for text colors from
    the Window Skin.

  Flash Color:
  - Adjust the popup's flash color.
  - Format: [red, green, blue, alpha]

  Flash Duration:
  - What is the frame duration of the flash effect?

---

Map UI: Variable Popup (Party)
- Creates a variable data popup on the Frontview UI on map scene.
- Targets party index. Index values start at 0.

  Party Index(es):
  - Which party index to target?
  - Index values start at 0.

  Variable ID:
  - Get data from which variable to display as a popup?

  Text Color:
  - Use #rrggbb for custom colors or regular numbers for text colors from
    the Window Skin.

  Flash Color:
  - Adjust the popup's flash color.
  - Format: [red, green, blue, alpha]

  Flash Duration:
  - What is the frame duration of the flash effect?

---

System Plugin Commands

---

System: Map Frontview UI Visibility
- Sets the visibility of the Frontview UI on the map scene.
- Requires the battle layout to be Frontview UI.

  Visible?:
  - Sets visibility of the Frontview UI on current map scene.
  - Requires the battle layout to be Frontview UI.

---