This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dragengine:modules:dragonscript:behavior_lookat [2025/05/11 17:17] – [lookAt.check] dragonlord | dragengine:modules:dragonscript:behavior_lookat [2025/05/13 13:57] (current) – dragonlord | ||
|---|---|---|---|
| Line 88: | Line 88: | ||
| |lookAt.player|'' | |lookAt.player|'' | ||
| |interact.name|string|Name of interaction| | |interact.name|string|Name of interaction| | ||
| - | |interact.has|'' | + | |interact.has|'' |
| - | |interact.query|'' | + | |interact.query|'' |
| |interact.parameters|string|Optional parameters to use with '' | |interact.parameters|string|Optional parameters to use with '' | ||
| |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | ||
| Line 117: | Line 117: | ||
| |lookAt.lookAt.distance.greater|float|Distance to look-at element is greater than value meters| | |lookAt.lookAt.distance.greater|float|Distance to look-at element is greater than value meters| | ||
| |lookAt.lookAt.player|'' | |lookAt.lookAt.player|'' | ||
| + | |lookAt.interact.name|string|Name of interaction| | ||
| + | |lookAt.interact.has|'' | ||
| + | |lookAt.interact.query|'' | ||
| + | |lookAt.interact.parameters|string|Optional parameters to use with '' | ||
| This is an example of using this condition: | This is an example of using this condition: | ||