GetRace - Actor

Revision as of 13:39, 15 June 2011 by imported>Henning (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)

Member of: Actor Script

Obtains this actor's Race.

SyntaxEdit

Race Function GetRace() native

ParametersEdit

None.

Return ValueEdit

The Race the actor is.

ExamplesEdit

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

See AlsoEdit