IsInIronSights - Actor
Revision as of 15:46, 20 August 2014 by imported>Plplecuyer
Member of: Actor Script
Returns whether this actor is currently in iron sights.
SyntaxEdit
bool Function IsInIronSights() native
ParametersEdit
None.
Return ValueEdit
True if this actor is in iron sights. False, otherwise.
ExamplesEdit
; Test if player is in iron sights
bool bPlayerInIronSights = PlayerRef.IsInIronSights()