GetDroppedRefs

From the Fallout3 GECK Wiki
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