Caveats
Examples
; Get the race that the player is
Race PlayerRace = Game.GetPlayer().GetRace()Auto-Generated Example
Race returnedValue = myActor__toCallFunctionOn.GetRace()
; Get the race that the player is
Race PlayerRace = Game.GetPlayer().GetRace()Race returnedValue = myActor__toCallFunctionOn.GetRace()