Difference between revisions of "GetSpellCount - Race"

Jump to navigation Jump to search
8 bytes added ,  06:51, 8 September 2012
m
no edit summary
imported>Seigneur Voland
(Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Race Script Returns the number of spells for the race. (This function requires SKSE) ...")
 
imported>Seigneur Voland
m
 
Line 19: Line 19:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
Int ImperialSpellsNum = ImperialRace.GetSpellCount() ; ImperialSpellsNum = 2
Int ImperialSpellsCount = ImperialRace.GetSpellCount() ; ImperialSpellsCount = 2


Int RaceSpellsNum = GulumEiRef.GetRace().GetSpellCount() ; RaceSpellsNum = 3
Int RaceSpellsCount = GulumEiRef.GetRace().GetSpellCount() ; RaceSpellsCount = 3
</source>
</source>


Navigation menu