added SetPose mechanic authored by Lxlp's avatar Lxlp
...@@ -207,6 +207,7 @@ are able to target locations as well. ...@@ -207,6 +207,7 @@ are able to target locations as well.
| [SetParent][] | Makes the target the parent of the casting mob | | [SetParent][] | Makes the target the parent of the casting mob |
| [SetPathfindingMalus][] | Sets the pathfinding malus of a mob for given terrain types | | [SetPathfindingMalus][] | Sets the pathfinding malus of a mob for given terrain types |
| [SetPitch][] | Sets the head pitch of the target entity | | [SetPitch][] | Sets the head pitch of the target entity |
| [SetPose][] | Sets the entity's pose |
| [SetRotation][] | Sets the rotation of the target | | [SetRotation][] | Sets the rotation of the target |
| [SetTarget][] | Sets the caster's target | | [SetTarget][] | Sets the caster's target |
| [SetTargetScore][] | Sets the score of the target | | [SetTargetScore][] | Sets the score of the target |
...@@ -550,6 +551,7 @@ but not yet ready for use. ...@@ -550,6 +551,7 @@ but not yet ready for use.
[SetParent]: /skills/mechanics/SetParent [SetParent]: /skills/mechanics/SetParent
[SetPathfindingMalus]: /skills/mechanics/SetPathfindingMalus [SetPathfindingMalus]: /skills/mechanics/SetPathfindingMalus
[SetPitch]: /skills/mechanics/SetPitch [SetPitch]: /skills/mechanics/SetPitch
[SetPose]: /skills/mechanics/SetPose
[setRaiderCanJoinRaid]: /Skills/Mechanics/setRaiderCanJoinRaid [setRaiderCanJoinRaid]: /Skills/Mechanics/setRaiderCanJoinRaid
[SetRaiderPatrolBlock]: /skills/mechanics/setraiderpatrolblock [SetRaiderPatrolBlock]: /skills/mechanics/setraiderpatrolblock
[SetRaiderPatrolLeader]: /skills/mechanics/setraiderpatrolleader [SetRaiderPatrolLeader]: /skills/mechanics/setraiderpatrolleader
... ...
......