Difference between revisions of "IsBook"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>Behippo
(correct calling conventions)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  [''ObjectID.'']IsBook
  IsBook [''ObjectID'']


Must be called on a reference. Returns true if calling object is classed as a book
Returns true if the passed object id is classed as a book.
 
[''ref.'']IsBook
 
Returns true if calling object is classed as a book


[[Category: OBSE Functions]]
[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]
[[Category: OBSE Reference Functions]]

Revision as of 15:02, 19 August 2006

A command for Oblivion Script Extender

Syntax:

IsBook [ObjectID]

Returns true if the passed object id is classed as a book.

[ref.]IsBook

Returns true if calling object is classed as a book