Difference between revisions of "IsRaceInList"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns whether or not an actor's race is in a form list. [This function can also be used as a condition.] |name = IsRaceInList |returnT...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = IsRaceInList
  |name = IsRaceInList
  |returnType = bool
  |returnType = bool
  |referenceType = [IsRaceInList]
  |referenceType = [actorRef]
}}
}}
==See Also==
==See Also==

Latest revision as of 13:34, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Returns whether or not an actor's race is in a form list. [This function can also be used as a condition.]

Syntax

[help]
(bool) [actorRef].IsRaceInList

See Also