Background for Skyrim SE
Member of the Actor script
RacefunctionGetRace()Native

Description

Wiki Description

Obtains this actor's Race.

Documentation Comment

Returns this actor's race


Caveats


Examples

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

Auto-Generated Example

Race returnedValue = myActor__toCallFunctionOn.GetRace()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.