Difference between revisions of "GetLeveledActorBase - Actor"
m
no edit summary
imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Gets the temporary ActorBase of a leveled Actor - the one gen…') |
imported>Layam m |
||
Line 15: | Line 15: | ||
== Return Value == | == Return Value == | ||
Returns the [[ActorBase Script|ActorBase]] that was created for the leveled actor from the leveled list. If called on a non-leveled actor, it will just return the actor's base object. | Returns the [[ActorBase Script|ActorBase]] that was created for the leveled actor from the leveled list. If called on a non-leveled actor, it will just return the actor's base object. | ||
== Notes == | |||
* Creating an actor in script from a temporary ActorBase will cause a CTD when the temporary ActorBase is garbage collected. To make a copy of an actor, use GetActorBase() instead. | |||
== Examples == | == Examples == |