Update Targeters authored by Lxlp's avatar Lxlp
...@@ -209,15 +209,15 @@ TestOwner: ...@@ -209,15 +209,15 @@ TestOwner:
- tp @Forward{f=5;y=1;sudoowner=true} ~onTimer:1 - tp @Forward{f=5;y=1;sudoowner=true} ~onTimer:1
``` ```
## Entity Targeters ## Common Entity Targeters Attributes
| Attribute | Aliases | Description | Default | | Attribute <!-- ETA --> | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| useboundingbox | bb | If the targeter is performing a distance check, this option allows it to check against the bounding box of the target instead of the center of its hitbox | | | useboundingbox | bb | If the targeter is performing a distance check, this option allows it to check against the bounding box of the target instead of the center of its hitbox | |
| unique | u | The maximum number of times an entity can be targeted. Defaults to 1, disable with 0. This is mostly used for meg models with multiple hitboxes | | | unique | u | The maximum number of times an entity can be targeted. Defaults to 1, disable with 0. This is mostly used for meg models with multiple hitboxes | |
| nomegbb | nmb | Whether MEG sub hitboxes should be filtered out | | | nomegbb | nmb | Whether MEG sub hitboxes should be filtered out | |
## Location Targeters ## Common Location Targeters Attributes
| Attribute | Aliases | Description | Default | | Attribute <!-- LTA -->| Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| xoffset | xo, x | Centers the offset on the x axis | | | xoffset | xo, x | Centers the offset on the x axis | |
| yoffset | yo, y | Centers the offset on the y axis | | | yoffset | yo, y | Centers the offset on the y axis | |
... ...
......