Difference between revisions of "GetPCIsRace"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>PoHa!
(Copied info, used the template for functions)
 
Line 1: Line 1:
{{Incomplete}}
{{Function
|CSWikiPage = GetPCIsRace
|origin = GECK1
|summary = Same as [[GetIsRace]], but only applies to the player. Mainly useful as a condition function.
|name = GetPCIsRace
|returnVal = 0, 1
|returnType = int
|arguments =
  {{FunctionArgument
  |Name = Race
  |Type = RaceID
  }}
|example = <pre>GetPCIsRace Asian</pre>
Returns 1 (true) if the player is Asian
}}
==Notes==
None


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetPCIsRace GetPCIsRace].
==See Also==
*[[GetIsRace]]
*[[SameRace]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player_Functions]]

Latest revision as of 20:14, 7 February 2010

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

Link to TES4 Construction Set Wiki: GetPCIsRace.

A function included in the GECK version 1.1.0.36.

Description

Same as GetIsRace, but only applies to the player. Mainly useful as a condition function.

Syntax

[help]
(0, 1:int) GetPCIsRace Race:RaceID

Example

GetPCIsRace Asian

Returns 1 (true) if the player is Asian

Notes

None

See Also