Difference between revisions of "GetRace - ActorBase"
Added note about LVLNs and templated actors/Linked GetLeveledActorBase
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>JustinOther (Added note about LVLNs and templated actors/Linked GetLeveledActorBase) |
||
Line 22: | Line 22: | ||
Race PlayerRace = PlayerBase.GetRace() | Race PlayerRace = PlayerBase.GetRace() | ||
</source> | </source> | ||
==Notes== | |||
*This will not work for a template NPC or LeveledActor as the actor references (ACHR) are dynamically created. | |||
== See Also == | == See Also == | ||
*[[ActorBase Script]] | *[[ActorBase Script]] | ||
*[[GetLeveledActorBase - Actor]] |