Difference between revisions of "GetBodyPartData"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the BodyPartData form of an actor. |name = GetBodyPartData |returnType = ref |referenceType = [GetBodyPartData] |arguments =...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = GetBodyPartData
  |name = GetBodyPartData
  |returnType = ref
  |returnType = ref
  |referenceType = [GetBodyPartData]
  |referenceType = [actorRef]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 14:03, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Returns the BodyPartData form of an actor.

Syntax

[help]
(ref) [actorRef].GetBodyPartData actor:form

See Also