GetDroppedRefs

From the Fallout3 GECK Wiki
Revision as of 18:41, 30 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns an '''array_var''' containing the world references (as opposed to '''Inventory References''') of weapons dropped by the calling a...")
(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

Returns an array_var containing the world references (as opposed to Inventory References) of weapons dropped by the calling actor, either upon death or after being successfully targeted in VATS.

Note that, while these weapons do appear in the calling actor's inventory, they are not visible to inventory functions (GetItemCount, RemoveItem, etc.).

Syntax

[help]
(droppedRefs:array_var) reference.GetDroppedRefs

Example

let aDroppedRefs := actorRef.GetDroppedRefs

See Also