Background for Fallout 4
Member of the ActorBase 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
ActorBase PlayerBase = Game.GetPlayer().GetBaseObject() as ActorBase
Race PlayerRace = PlayerBase.GetRace()

Auto-Generated Example

Race returnedValue = myActorBase__toCallFunctionOn.GetRace()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.