GetPCUsingScope

From the Fallout3 GECK Wiki
Revision as of 17:08, 27 February 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the player is currently zooming with a weapon scope. |name = GetPCUsingScope |returnType = usingScope:0/1 |example = set...")
(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 zooming with a weapon scope.

Syntax

[help]
(usingScope:0/1) GetPCUsingScope

Example

set bUsingScope to GetPCUsingScope

See Also