GetRaceName
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the name of the Race of the specified Actor (Base Form), as a string.
Syntax
(string) GetRaceName Actor:NPC
Example
string_var my_string let my_message := GetRaceName SomeNPC MessageEx "The race of %n is %z", SomeNPC, my_string