Difference between revisions of "GetSpellCount"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created (hard to talk about a bug without an example))
 
imported>DragoonWraith
(MI)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
GetSpellCount - returns the spell count of the reference
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (count:long) reference.GetSpellCount
 
'''Syntax:'''
(count:long) reference.GetSpellCount
 
Returns the spell count of the reference.
 
==Notes==
*Only works on NPCs; won't work on creatures.
 
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Magic Functions]]
[[Category: Magic Functions (OBSE)]]
[[Category: Magic Functions - Magic Item (OBSE)]]

Latest revision as of 20:18, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(count:long) reference.GetSpellCount

Returns the spell count of the reference.

Notes[edit | edit source]

  • Only works on NPCs; won't work on creatures.