Difference between revisions of "CreateFullActorCopy"
Jump to navigation
Jump to search
m
notes about the copy base and factions get copied
imported>DragoonWraith (CS 1.0, and not Misc (it's in Actor Functions)) |
imported>Scanner m (notes about the copy base and factions get copied) |
||
Line 5: | Line 5: | ||
player.CreateFullActorCopy | player.CreateFullActorCopy | ||
Creates a copy of the specified actor and its base. | Creates a copy of the specified actor and its base. The copy will have its own base. | ||
Line 17: | Line 17: | ||
* Inventory items are duplicated in the same manner as [[DuplicateAllItems]] | * Inventory items are duplicated in the same manner as [[DuplicateAllItems]] | ||
* The copy will not have any AI packages | * The copy will not have any AI packages | ||
* Factions will be duplicated but aren't persistent on the copy | |||
==See Also== | ==See Also== |