SetDestructionDataTargetable

From the Fallout3 GECK Wiki
Revision as of 18:57, 3 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets/un-sets the <i>Destruction Data</i> of the specified <i>Object</i> as <i>VATS Targetable</i>. |name = SetDestructionDataTargetable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets/un-sets the Destruction Data of the specified Object as VATS Targetable.

Syntax

[help]
(targetable:0/1) SetDestructionDataTargetable object:ref targetable:0/1

Example

SetDestructionDataTargetable ElectricBox01 1

Notes

  • Obviously, this function is only usable with object types that have Destruction Data.

See Also