Difference between revisions of "HasBeenPickedUp"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(misc function, not record variable)
imported>DragoonWraith
(adding link to SetHasBeenPickedUp)
Line 7: Line 7:


==See Also==
==See Also==
*[[GetFirstRef]]
* [[SetHasBeenPickedUp]]
*[[GetNextRef]]
* [[GetFirstRef]]
* [[GetNextRef]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 02:27, 26 May 2008

A command for Oblivion Script Extender

Syntax:

(pickedUp:bool) reference.HasBeenPickedUp
(pickedUp:bool) reference.IsTaken

Returns true (1) if the calling reference is currently inactive due to having been picked up by an actor or otherwise transferred to an inventory.

See Also