Difference between revisions of "CopyFaceGenFrom"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |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 Update3...")
 
imported>Pintocat
m
Line 4: Line 4:
  |name = CopyFaceGenFrom
  |name = CopyFaceGenFrom
  |returnType = void
  |returnType = void
  |referenceType = [CopyFaceGenTo]
  |referenceType = [destinationNPC]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Revision as of 12:50, 10 February 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. (Requires visual update via Update3D, etc.)

Syntax

[help]
[destinationNPC].CopyFaceGenFrom source:npc

See Also