GetPCUsingIronSights

From the Fallout3 GECK Wiki
Revision as of 18:47, 30 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the player is currently aiming with a ranged-weapon and playing any IS animation (1st or 3rd person). |name = GetPCUsingIro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the player is currently aiming with a ranged-weapon and playing any IS animation (1st or 3rd person).

Syntax

[help]
(usingIS:0/1) GetPCUsingIronSights

Example

set bUsingIS to GetPCUsingIronSights

See Also