Difference between revisions of "IsSoulGem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>WereWolf
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  [''ObjectID.'']IsSoulGem
  IsSoulGem [''ObjectID'']
Returns true if the passed object id is classed as a soul gem.


Must be called on a reference. Returns true if calling object is classed as a soul gem.
[''ref.'']IsSoulGem


[[Category: OBSE Functions]]
Returns true if calling object is classed as a soul gem.
 
<!--[[Category: OBSE Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Item Functions]]
[[Category: OBSE Reference Functions]]
[[Category: OBSE Reference Functions]]
I was not sure if I must delete this info, so I have just hide it.
-->
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Inventory Functions]]
[[Category: Inventory Functions (OBSE)]]

Latest revision as of 01:24, 12 September 2007

A command for Oblivion Script Extender

Syntax:

IsSoulGem [ObjectID]

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

[ref.]IsSoulGem

Returns true if calling object is classed as a soul gem.