GetActorValueInfoByName - ActorValueInfo
Jump to navigation
Jump to search
Member of: ActorValueInfo Script
Attempts to get an AVI via Name.
Syntax[edit | edit source]
ActorValueInfo Function GetActorValueInfoByName(string avName) global native
ActorValueInfo Function GetAVIByName(string avName) global
return GetActorValueInfoByName(avName)
EndFunction
Parameters[edit | edit source]
avName:
- The name of the actor value to get the info form of. Actor Value List
Return Value[edit | edit source]
The info form, if an info form could not be found none is returned.
Examples[edit | edit source]
;Returns the AVI for the skill OneHanded
ActorValueInfo aVI = ActorValueInfo.GetActorValueInfobyName("OneHanded")