whileCasting: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with "''Self Conditions:'' ; whileCasting <0|1> : If this option is set, the block will only be used when casting ; notWhileCasting <0|1> : If this o...")
 
No edit summary
 
Line 1: Line 1:
''[[:Category:Self Condition|Self Conditions]]:''
; whileCasting <[[boolean]]>
: If this option is set, the block will only be used when casting


; notWhileCasting <[[boolean]]>
: If this option is set, the block will only be used when not casting


; whileCasting <0|1>
: If this option is set, the block will only be used when casting


; notWhileCasting <0|1>
Appeared in [https://github.com/OpenKore/openkore/pull/3624 PR#3624]
: If this option is set, the block will only be used when not casting


[[Category:Self Condition]]
[[Category:Self Condition]]

Latest revision as of 22:46, 9 September 2022

whileCasting <boolean>
If this option is set, the block will only be used when casting
notWhileCasting <boolean>
If this option is set, the block will only be used when not casting


Appeared in PR#3624