Difference between revisions of "GetSpellCount - Actor"
Jump to navigation
Jump to search
m
→Notes
imported>Terra Nova2 m (→Notes) |
imported>Terra Nova2 m (→Notes) |
||
Line 24: | Line 24: | ||
== Notes == | == Notes == | ||
*The count so excludes Race & ActorBase Spells. | *The count so excludes Race & ActorBase Spells. | ||
*Due to the likelihood of calling of this on a leveled actor, the function will return 0 unless you call [[Actor|GetLeveledActor]] on it. Then the correct count will appear. Refer to the notes about using [[Actor|GetActorBase]] on leveled actors for more explaination, when using the GetActorBase version of this function. | *Due to the likelihood of calling of this on a leveled actor, the function will return 0 unless you call [[Actor Script|GetLeveledActor]] on it. Then the correct count will appear. Refer to the notes about using [[Actor Script|GetActorBase]] on leveled actors for more explaination, when using the GetActorBase version of this function. | ||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] | ||
*[[GetNthSpell - Actor]] | *[[GetNthSpell - Actor]] |