Difference between revisions of "GetIsSex"

304 bytes added ,  04:16, 20 January 2017
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Pintocat
 
Line 1: Line 1:
{{Incomplete}}
{{Function
|origin = GECK1
|summary = Returns 1 if the calling actor is of the specified sex (male/female).
|name = SetGlobalValue
|returnType = bool
|arguments =
  {{FunctionArgument
  |Name = sex
  |Type = string
  }}
}}
 
==Examples==
<pre>
If GetIsSex Male == 1
</pre>
<pre>
If Player.GetIsSex Female
</pre>


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetIsSex GetIsSex].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetIsSex GetIsSex].
Anonymous user