Background for Skyrim SE
Member of the ActorValueInfo script
ActorValueInfofunctionGetActorValueInfoByName(stringavName)NativeGlobal

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.