Background for Skyrim SE
Member of the iEquip_ActorExt script
RacefunctionGetBaseRace(Actora_actor)NativeGlobal

Description

Documentation Comment

@brief Returns the base race of the specified actor.
@param a_actor The actor to fetch the base race from.
@return Returns NONE on error, else returns the base race of the specified actor.


Caveats


Parameters

Actora_actor


Examples

Auto-Generated Example

Actor myActor__a_actor

Race returnedValue = iEquip_ActorExt.GetBaseRace(myActor__a_actor)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.