Difference between revisions of "GetIsRace"

250 bytes added ,  12:44, 28 June 2014
added link to similar nvse version
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Odessa
(added link to similar nvse version)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
 
|origin = GECK1
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetIsRace GetIsRace].
|summary = Returns True (1) if the actor's race matches a given RaceId.
 
|name = GetIsRace
|returnType = boolean
|referenceType = actor
|arguments = {{FunctionArgument
  |Name = Race
  |Type = form
  }}
|example = if SomeActor.GetIsRace Ghoul
    ; Do my ghoulish stuff
endif
}}
==See Also==
*[[GetRace]] (to return the race id itself)
[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Actor State Functions]]
[[Category:Actor State Functions]]
[[Category:Actor State Functions (GECK 1.0)]]
[[Category:Actor State Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]
Anonymous user