- Found in:
- SKSE
Description
Wiki Description
Attempts to get an AVI via Name.
Documentation Comment
Returns the AVI by name
Caveats
Parameters
stringavName
Examples
;Returns the AVI for the skill OneHanded
ActorValueInfo aVI = ActorValueInfo.GetActorValueInfobyName("OneHanded")Auto-Generated Example
string myString__avName
ActorValueInfo returnedValue = ActorValueInfo.GetActorValueInfoByName(myString__avName)