GetRace - Actor

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