Background for Skyrim SE
Member of the ActorValueInfo script
ActorValueInfofunctionGetActorValueInfoByID(intid)NativeGlobal

Description

Wiki Description

Attempts to get an AVI via ID (0-163).

Documentation Comment

Returns the AVI by id (0-164)


Caveats


Parameters

intid


Examples

;Returns the AVI for HeavyArmor (Which is ID 11)
ActorValueInfo HeavyArmorAVI = ActorValueInfo.GetActorValueInfobyID(11)

Auto-Generated Example

int myInt__id

ActorValueInfo returnedValue = ActorValueInfo.GetActorValueInfoByID(myInt__id)

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.