- Found in:
- iEquip
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)