LinuX123 Posted March 2, 2016 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?
lilkandeekid Posted March 2, 2016 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.
LinuX123 Posted March 3, 2016 Author Posted March 3, 2016 Thanks for the link, bro. But apparently Bethesda made no one command to check the camera state
registrator2000 Posted March 10, 2016 Posted March 10, 2016 You can check whether the player is in first or third person view with: Game.GetPlayer().GetAnimationVariableBool("IsFirstPerson")
Recommended Posts