Difference between revisions of "IsKey"

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.'']IsKey
  IsKey [''ObjectID'']


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


[[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:11, 19 August 2006

A command for Oblivion Script Extender

Syntax:

IsKey [ObjectID]

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

[ref.]IsKey

Returns true if calling object is classed as a key