IsPlayable

From the Fallout3 GECK Wiki
Revision as of 10:48, 16 July 2014 by imported>Odessa
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns true if the specified object has the playable flag. Always returns false if the item can not be flagged as playable in the editor.

Syntax

[help]
(bool) IsPlayable Item:Object

Example

if IsPlayable SomeItem
    ; The item is playable
endif

See Also