GetIsUsedItem

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Checks if an actor is using a specified item, returning 1 if they match.

Syntax

[help]
(boolean) actor.GetIsUsedItem item:baseform

Example

GetIsUsedItem NukaCola

Returns a 1 if the actor is using a NukaCola.

See Also