This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dragengine:modules:dragonscript:behavior_hitscan [2025/05/02 21:56] – dragonlord | dragengine:modules:dragonscript:behavior_hitscan [2025/05/04 13:40] (current) – [hitScan.check] dragonlord | ||
---|---|---|---|
Line 124: | Line 124: | ||
|hits.percentage.less|integer|Percentage of hits is less than value in the range from 0 to 1| | |hits.percentage.less|integer|Percentage of hits is less than value in the range from 0 to 1| | ||
|hits.percentage.greater|integer|Percentage of hits is greater than value in the range from 0 to 1| | |hits.percentage.greater|integer|Percentage of hits is greater than value in the range from 0 to 1| | ||
+ | |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | ||
This is an example of using this action: | This is an example of using this action: |