Difference between revisions of "IsPC1stPerson"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Cipscis
(Converted to function template - not really much to say about this one)
Line 1: Line 1:
=='''Description'''==
{{Function
 
|origin = GECK1
'''[[IsPC1stPerson]]''' - Is the player playing in 1st person mode? It takes no Reference and no parameters.
|summary = Returns 1 if the camera is in 1st person view, and returns 0 if the camera is in 3rd person view.
 
}}
=='''Syntax'''==
 
IsPC1stPerson
 
=='''Examples'''==
 
IsPC1stPerson
 
=='''Notes'''==
*None at this time
 
 
=='''See Also'''==
 
 
=='''Reference'''==
None provided.
<!-- [[IsPC1stPerson_Reference|List of functions that use IsPC1stPerson]]  (wiki) -->


[[Category:Functions]]
[[Category:Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Player Functions]]
[[Category:Player Functions]]

Revision as of 23:37, 12 May 2009

< [[::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]
IsPC1stPerson