Difference between revisions of "IsPC1stPerson"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Ez0n3 |
||
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 | |||
}} | }} | ||
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
(0, 1:int) IsPC1stPerson
Example
if IsPC1stPerson