Difference between revisions of "HasBeenPickedUp"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DonAtreides
imported>DonAtreides
Line 4: Line 4:
  (pickedUp:bool) reference.HasBeenPickedUp
  (pickedUp:bool) reference.HasBeenPickedUp
  (pickedUp:bool) reference.IsTaken
  (pickedUp:bool) reference.IsTaken
Returns true if the calling reference is currently inactive due to having been picked up by an actor or otherwise transferred to an inventory.
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==
==See Also==

Revision as of 21:48, 10 February 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