Difference between revisions of "CopyFaceGenFrom"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
m
imported>Pintocat
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Copies FaceGen data from the source NPC form to the actor reference. Modifies the actor's base form. (Requires visual update via [[Update3D]], etc.)
  |summary = Copies FaceGen data from the source NPC form to the actor reference. Modifies the actor's base form. Updates the reference's 3D data if reference is loaded.
<s>(Requires visual update via [[Update3D]], etc.)</s>
  |name = CopyFaceGenFrom
  |name = CopyFaceGenFrom
  |returnType = void
  |returnType = void

Revision as of 22:40, 3 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Copies FaceGen data from the source NPC form to the actor reference. Modifies the actor's base form. Updates the reference's 3D data if reference is loaded.

(Requires visual update via Update3D, etc.)

Syntax

[help]
[destinationNPC].CopyFaceGenFrom source:npc

See Also