Difference between revisions of "GetPlayerSpellCount"
Jump to navigation
Jump to search
imported>Haama (Created (hard to talk about a bug without an example)) |
imported>Haama m |
||
Line 3: | Line 3: | ||
==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. | 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 | |||
==See Also== | ==See Also== | ||
* [[GetSpellCount]] | * [[GetSpellCount]] |
Revision as of 12:41, 8 August 2007
GetPlayerSpellCount - returns the player spell count
(count:long) GetPlayerSpellCount
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. 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.