- Found in:
- SKSE
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)