IsPlayable

Revision as of 10:48, 16 July 2014 by imported>Odessa
< [[::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

(bool) IsPlayable Item:Object

Example

if IsPlayable SomeItem
    ; The item is playable
endif

See Also