GetRace - Actor

From the Fallout4 CreationKit Wiki
Revision as of 13:39, 15 June 2011 by imported>Kahmul (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Obtains this actor's Race. == Syntax == <source lang="papyrus"> Race Function GetR…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Obtains this actor's Race.

Syntax[edit | edit source]

Race Function GetRace() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Race the actor is.

Examples[edit | edit source]

; Get the race that the player is
Race PlayerRace = Game.GetPlayer().GetRace()

See Also[edit | edit source]