Background for Skyrim SE
Member of the _Q2C_Functions script
boolfunctionActorHasSpell(ActorakActor, KeywordakKeyword=NONE, stringasSchool="", intaiLevel=-1, intaiLevelComparison=1, boolabSearchBase=true)Global

[DEV SERVER] Loading description...


Caveats


Parameters

ActorakActor

KeywordakKeyword=NONE

stringasSchool=""

intaiLevel=-1

intaiLevelComparison=1

boolabSearchBase=true


Examples

Auto-Generated Example

Actor myActor__akActor
Keyword myKeyword__akKeyword
string myString__asSchool
int myInt__aiLevel
int myInt__aiLevelComparison
bool myBool__abSearchBase

bool returnedValue = _Q2C_Functions.ActorHasSpell(myActor__akActor, myKeyword__akKeyword, myString__asSchool, myInt__aiLevel, myInt__aiLevelComparison, myBool__abSearchBase)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.