Difference between revisions of "IsPlayable"

334 bytes added ,  15:21, 3 March 2008
note on items without "Playable" flag.
imported>WereWolf
imported>DragoonWraith
(note on items without "Playable" flag.)
Line 4: Line 4:
  (isPlayable:bool) ''reference.''IsPlayable ''objectID:ref''
  (isPlayable:bool) ''reference.''IsPlayable ''objectID:ref''


Returns whether the specified object is playable or not.
Returns whether the specified object the "Playable" flag is set or not. Note that if an item does not ''have'' the Playable flag, this function will still return False, as the Playable flag is not set (it does not exist). These items ''are'' still playable, however, so it would be wise to make sure the item is armor or clothing (the only objects with Playable flags) before checking this.


==See Also==
==See Also==