IsInIronSights - Actor

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()

See AlsoEdit