Difference between revisions of "HasBeenPickedUp"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(→‎See Also: Oh, it's an alias)
imported>DragoonWraith
(misc function, not record variable)
Line 10: Line 10:
*[[GetNextRef]]
*[[GetNextRef]]


[[Category:Functions]]
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Functions (OBSE)]]
[[Category: Functions (OBSE v0014)]]
[[Category: Functions (OBSE v0014)]]
[[Category: Record Variable Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Record Variable Functions (OBSE)]]
[[Category: Miscellaneous Functions (OBSE)]]

Revision as of 20:53, 21 March 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