- Found in:
- Inventory Functions
Spell[]functionActorBaseGetSpells(ActorBaseakActorBase, KeywordakKeyword=NONE, stringasSchool="", intaiLevel=-1, intaiLevelComparison=1)NativeGlobal
[DEV SERVER] Loading description...
Caveats
Parameters
Examples
Auto-Generated Example
ActorBase myActorBase__akActorBase
Keyword myKeyword__akKeyword
string myString__asSchool
int myInt__aiLevel
int myInt__aiLevelComparison
Spell[] returnedValue = _Q2C_Functions.ActorBaseGetSpells(myActorBase__akActorBase, myKeyword__akKeyword, myString__asSchool, myInt__aiLevel, myInt__aiLevelComparison)