Difference between revisions of "GetSpellCount - Race"
Jump to navigation
Jump to search
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 | Int ImperialSpellsCount = ImperialRace.GetSpellCount() ; ImperialSpellsCount = 2 | ||
Int | Int RaceSpellsCount = GulumEiRef.GetRace().GetSpellCount() ; RaceSpellsCount = 3 | ||
</source> | </source> | ||