Background for Fallout 4
Member of the Actor script
boolfunctionIsInIronSights()Native

Description

Wiki Description

Returns whether this actor is currently in iron sights.

Documentation Comment

Returns whether this actor is currently in iron sights.


Caveats


Examples

; Test if player is in iron sights
bool bPlayerInIronSights = PlayerRef.IsInIronSights()

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsInIronSights()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.