added PlayersInRadius wiki page authored by Lxlp's avatar Lxlp
...@@ -37,7 +37,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m ...@@ -37,7 +37,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m
| @[LivingInCone][] | @entitiesInCone<br>@livingEntitiesInCone<br>@LEIC<br>@EIC | Targets all living entities in cone with a specified angle, length and rotation relative to facing direction | | @[LivingInCone][] | @entitiesInCone<br>@livingEntitiesInCone<br>@LEIC<br>@EIC | Targets all living entities in cone with a specified angle, length and rotation relative to facing direction |
| @[LivingInWorld][] | @EIW | Targets all living entities in the caster's world | | @[LivingInWorld][] | @EIW | Targets all living entities in the caster's world |
| @[NotLivingNearOrigin][] | @nonLivingNearOrigin<br>@NLNO | Targets all non living entities in a radius near the origin | | @[NotLivingNearOrigin][] | @nonLivingNearOrigin<br>@NLNO | Targets all non living entities in a radius near the origin |
| @PlayersInRadius{r=#} | @PIR{r=#} | Targets all players in the given radius | | @[PlayersInRadius][] | @PIR | Targets all players in the given radius |
| @[MobsInRadius][] | @MIR | Targets all mythicmobs or vanilla overrides of the given type in a radius | | @[MobsInRadius][] | @MIR | Targets all mythicmobs or vanilla overrides of the given type in a radius |
| @[EntitiesInRadius][] | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. | | @[EntitiesInRadius][] | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. |
| @[EntitiesInRing][] | @EIRR | Targets all entities in the given ring. | | @[EntitiesInRing][] | @EIRR | Targets all entities in the given ring. |
...@@ -277,6 +277,7 @@ Currently, sort can have the following values: ...@@ -277,6 +277,7 @@ Currently, sort can have the following values:
[MobsInRadius]: /Skills/Targeters/MobsInRadius [MobsInRadius]: /Skills/Targeters/MobsInRadius
[MobsNearOrigin]: /Skills/Targeters/MobsNearOrigin [MobsNearOrigin]: /Skills/Targeters/MobsNearOrigin
[NotLivingNearOrigin]: /Skills/Targeters/NotLivingNearOrigin [NotLivingNearOrigin]: /Skills/Targeters/NotLivingNearOrigin
[PlayersInRadius]: /Skills/Targeters/PlayersInRadius
<!-- Single Location Targeters --> <!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[Forward]: /Skills/Targeters/Forward [Forward]: /Skills/Targeters/Forward
... ...
......