Difference between revisions of "IsPC1stPerson"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Ez0n3
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  |origin = GECK1
  |origin = GECK1
  |summary = Returns 1 if the camera is in 1st person view, and returns 0 if the camera is in 3rd person view.
  |summary = Returns 1 if the camera is in 1st person view, and returns 0 if the camera is in 3rd person view.
|name = IsPC1stPerson
|returnVal = 0, 1
|returnType = int
|example = if IsPC1stPerson
}}
}}


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.0)]]
[[Category:Player Functions (GECK 1.1)]]

Latest revision as of 05:09, 12 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the camera is in 1st person view, and returns 0 if the camera is in 3rd person view.

Syntax

[help]
(0, 1:int) IsPC1stPerson

Example

if IsPC1stPerson