Difference between revisions of "GetPlayerSpellCount"

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:
GetPlayerSpellCount - returns the player spell count
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (count:long) GetPlayerSpellCount
 
'''Syntax:'''
(count:long) GetPlayerSpellCount
 
Returns the player spell count.


==Notes==
==Notes==
As of v12, GetPlayerSpellCount is an alias for [[GetSpellCount]]. As such, calling GetPlayerSpellCount without a reference will return the spell count of the implied reference, and not necessarily the player's spell count.<br>
*As of v12, GetPlayerSpellCount is an alias for [[GetSpellCount]]. As such, calling GetPlayerSpellCount without a reference will return the spell count of the implied reference, and not necessarily the player's spell count.
Also note, that the effect of a reference=less call is determined by the version of OBSE that the ''player'' is using, not the modder.
*Also note that the effect of a reference-less call is determined by the version of OBSE that the ''player'' is using, not the modder.


==See Also==
==See Also==
* [[GetSpellCount]]
* [[GetSpellCount]]
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Magic Functions]]
[[Category: Magic Functions (OBSE)]]
[[Category: Magic Functions - Magic Item (OBSE)]]
[[Category: Player Functions]]
[[Category: Player Functions (OBSE)]]

Latest revision as of 21:18, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(count:long) GetPlayerSpellCount

Returns the player spell count.

Notes[edit | edit source]

  • As of v12, GetPlayerSpellCount is an alias for GetSpellCount. As such, calling GetPlayerSpellCount without a reference will return the spell count of the implied reference, and not necessarily the player's spell count.
  • Also note that the effect of a reference-less call is determined by the version of OBSE that the player is using, not the modder.

See Also[edit | edit source]