User Tools

Site Tools



tensorreactions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tensorreactions [2020/03/21 08:51] rikudoutensorreactions [2020/03/21 08:55] rikudou
Line 77: Line 77:
 You can also invoke the ACR override by returning the following from your lua code: You can also invoke the ACR override by returning the following from your lua code:
  
-''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''+**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''** 
 + 
 +Argument //action// must be a valid action from the ActionList. **If you choose to return an action from lua, make sure the "Lua Returns Action" box is checked!**
  
 ===== Condition UI ===== ===== Condition UI =====
Line 123: Line 125:
 </code> </code>
 would invoke the hotbar method inside of TensorRequiem to use natures minne on your main tank. would invoke the hotbar method inside of TensorRequiem to use natures minne on your main tank.
 +
 +You can also invoke the ACR override by returning the following from your lua code:
 +
 +**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''**
 +
 +Argument //action// must be a valid action from the ActionList. **If you choose to return an action from lua, make sure the "Lua Returns Action" box is checked!**
  
 ====== General UI ====== ====== General UI ======
Line 138: Line 146:
  
 __eventArgs__: this is the new arg for general lua reactions/actions/conditions.  It is a table, and each key is different for each event (listed below). Example usage: d(eventArgs.entityID) __eventArgs__: this is the new arg for general lua reactions/actions/conditions.  It is a table, and each key is different for each event (listed below). Example usage: d(eventArgs.entityID)
 +
 +You can also invoke the ACR override by returning the following from your lua code:
 +
 +**''//table// action, //number// targetID, //bool// __ignoreWeaveRules__, //bool// __allowInterrupt__''**
 +
 +Argument //action// must be a valid action from the ActionList. **If you choose to return an action from lua, make sure the "Lua Returns Action" box is checked!**
  
 ====== Additional Documentation ====== ====== Additional Documentation ======
tensorreactions.txt · Last modified: 2021/04/18 17:24 by anyone