Difference between revisions of "Talk:Luna Engine Configuration Guide"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:44, 14 July 2019

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)}"