diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 1ce2c5d9d..bea6e98f6 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -166,6 +166,9 @@ public: */ void SendRotation(double a_YawDegrees, double a_PitchDegrees); + /** Spectates the target entity. If a_Target is nullptr or a pointer to self, end spectation. */ + void SpectateEntity(cEntity * a_Target); + /** Returns the position where projectiles thrown by this player should start, player eye position + adjustment */ Vector3d GetThrowStartPos(void) const; |