LinuX123 Posted March 2, 2016 Share Posted March 2, 2016 In Skyrim I can use GetCameraState() to check what is the current camera (like first person or third person)In FO4 looks like it does not exist. Is there a related function? Link to comment Share on other sites More sharing options...
lilkandeekid Posted March 2, 2016 Share Posted March 2, 2016 http://mod.gib.me/fallout4/functions.html seems to be an ongoing list of events, console commands, and functions for FO4, could poke around and see if anything fits. Link to comment Share on other sites More sharing options...
LinuX123 Posted March 3, 2016 Author Share Posted March 3, 2016 Thanks for the link, bro. But apparently Bethesda made no one command to check the camera state Link to comment Share on other sites More sharing options...
registrator2000 Posted March 10, 2016 Share Posted March 10, 2016 You can check whether the player is in first or third person view with: Game.GetPlayer().GetAnimationVariableBool("IsFirstPerson") Link to comment Share on other sites More sharing options...
lilkandeekid Posted March 10, 2016 Share Posted March 10, 2016 Handy info, thanks man Link to comment Share on other sites More sharing options...
Recommended Posts