Talk:Luna Engine Configuration Guide

From Yanfly.moe Wiki
Revision as of 23:44, 14 July 2019 by Archeia (talk | contribs) (Created page with "Add to documentation, if you need to access very specific items that uses "this._" Here's an example on how to do it. conditions: hasNewParam: condition: par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Add to documentation, if you need to access very specific items that uses "this._" Here's an example on how to do it. conditions:

       hasNewParam:
         condition: parent._tempActor
         config:
           text: "> ${parent._tempActor.param(6)}"