Tissendel Posted June 2, 2018 Share Posted June 2, 2018 Hello, I'm searching for possibility to get the player view direction. The aim is to make appearing an objet in face to the player view ( and not face to the player position ). The final aim is to make a mod like that : https://www.nexusmods.com/skyrim/mods/58146 for SE Is someone know how doing that or know a mod that make something like that ? Link to comment Share on other sites More sharing options...
cdcooley Posted June 3, 2018 Share Posted June 3, 2018 GetAngleZ() and GetAngleX() give you the horizontal and vertical viewing angle if you use them on the player. Link to comment Share on other sites More sharing options...
Tissendel Posted June 3, 2018 Author Share Posted June 3, 2018 These functions give me the angle of the player body and not the view ? I make a mistake in my first post, I need to make appear the object face of the crosshair direction and not face to the player head. Link to comment Share on other sites More sharing options...
Recommended Posts