Difference between revisions of "InstanceData Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>ShadeMe
(Create InstanceData Script page)
 
imported>ShadeMe
m (Fix Damage Type linkage)
Line 20: Line 20:
**A structure that holds information about an object's [[Owner|Owner]].
**A structure that holds information about an object's [[Owner|Owner]].
*Struct [[DamageTypeInfo Struct - InstanceData|DamageTypeInfo]]
*Struct [[DamageTypeInfo Struct - InstanceData|DamageTypeInfo]]
**A structure that holds information about an object's [[Damage Types|Damage Type]].
**A structure that holds information about an object's [[Damage Type|Damage Types]].


== Global Functions ==
== Global Functions ==

Revision as of 19:19, 30 September 2017


Extends: ScriptObject

Script for the manipulation of object InstanceData.

Definition

ScriptName InstanceData Native Hidden

Properties

None

F4SE Structs

Global Functions

None

F4SE Global Functions

Member Functions

None

F4SE Member Functions

None

Events

None